Type: Package Package: BCClong Title: Bayesian Consensus Clustering for Multiple Longitudinal Features Version: 1.0.3 Authors@R: c( person("Zhiwen", "Tan", , "21zt9@queensu.ca", role = c("aut", "cre")), person("Zihang", "Lu", , "zihang.lu@queensu.ca", role = "ctb"), person("Chang", "Shen", role = "ctb") ) Maintainer: Zhiwen Tan <21zt9@queensu.ca> Description: It is very common nowadays for a study to collect multiple features and appropriately integrating multiple longitudinal features simultaneously for defining individual clusters becomes increasingly crucial to understanding population heterogeneity and predicting future outcomes. 'BCClong' implements a Bayesian consensus clustering (BCC) model for multiple longitudinal features via a generalized linear mixed model. Compared to existing packages, several key features make the 'BCClong' package appealing: (a) it allows simultaneous clustering of mixed-type (e.g., continuous, discrete and categorical) longitudinal features, (b) it allows each longitudinal feature to be collected from different sources with measurements taken at distinct sets of time points (known as irregularly sampled longitudinal data), (c) it relaxes the assumption that all features have the same clustering structure by estimating the feature-specific (local) clusterings and consensus (global) clustering. License: MIT + file LICENSE Depends: R (>= 3.5.0) Imports: cluster, coda, ggplot2, graphics, label.switching, LaplacesDemon, lme4, MASS, mclust, MCMCpack, mixAK, mvtnorm, nnet, Rcpp (>= 1.0.9), Rmpfr, stats, truncdist, abind, gridExtra Suggests: cowplot, joineRML, knitr, rmarkdown, survival, survminer, testthat (>= 3.0.0) LinkingTo: Rcpp, RcppArmadillo VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Config/pak/sysreqs: cmake libgmp3-dev make libmpfr-dev Repository: https://zhiwent.r-universe.dev Date/Publication: 2024-06-26 02:33:23 UTC RemoteUrl: https://github.com/zhiwent/bcclong RemoteRef: HEAD RemoteSha: 1b50efcdc7c54a120180b9f03d44192a936e98c7 NeedsCompilation: yes Packaged: 2026-07-07 08:31:27 UTC; root Author: Zhiwen Tan [aut, cre], Zihang Lu [ctb], Chang Shen [ctb]