Package: ProfileGLMM 1.1.0

Matteo Amestoy
ProfileGLMM: Bayesian Profile Regression using Generalised Linear Mixed Models
Implements a Bayesian profile regression using a generalized linear mixed model as output model. The package allows for binary (probit mixed model) and continuous (linear mixed model) outcomes and both continuous and categorical clustering variables. The package utilizes 'RcppArmadillo' and 'RcppDist' for high-performance statistical computing in C++. For more details see Amestoy & al. (2025) <doi:10.48550/arXiv.2510.08304>.
Authors:
ProfileGLMM_1.1.0.tar.gz
ProfileGLMM_1.1.0.tar.gz(r-4.7-arm64)ProfileGLMM_1.1.0.tar.gz(r-4.7-x86_64)ProfileGLMM_1.1.0.tar.gz(r-4.6-arm64)ProfileGLMM_1.1.0.tar.gz(r-4.6-x86_64)
ProfileGLMM_1.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
ProfileGLMM/json (API)
NEWS
| # Install 'ProfileGLMM' in R: |
| install.packages('ProfileGLMM', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/matteoamestoy/profileglmm-package/issues
- examp - List of the different outputs of the main functions for the examples
- exposure_data - Simulated Data and Parameters for a exposure profile linear mixed model
- piecewise_data - Simulated Data and Parameters for a Piecewise Example
Last updated from:ef380a5641. Checks:6 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 251 | ||
| linux-devel-x86_64 | OK | 225 | ||
| source / vignettes | OK | 387 | ||
| linux-release-arm64 | OK | 204 | ||
| linux-release-x86_64 | OK | 190 | ||
| wasm-release | OK | 172 |
Exports:encodeCatprior_initprofileGLMM_GibbsprofileGLMM_postProcessprofileGLMM_preprocesstheta_init
Dependencies:cliClusterRcodacpp11diptestfarverggplot2gluegmpgtableisobandlabelingLaplacesDemonlatticelifecycleMASSMatrixMatrixModelsmcmcMCMCpackmvtnormquantregR6RColorBrewerRcppRcppArmadilloRcppDistRcppParallelRfastrlangS7scalesSparseMSpectrumsurvivalvctrsviridisLitewithrzigg
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| One-Hot Encodes Factor Variables (FIRST Level as Reference) | encodeCat |
| List of the different outputs of the main functions for the examples | examp |
| Simulated Data and Parameters for a exposure profile linear mixed model | exposure_data |
| Simulated Data and Parameters for a Piecewise Example | piecewise_data |
| Plot method for pglmm_fit continuous covariates cluster characteristics | plot.pglmm_fit |
| Prediction of cluster memberships and outcomes | predict.pglmm_fit |
| Print method for pglmm_data | print.pglmm_data |
| Print method for pglmm_fit | print.pglmm_fit |
| Print method for pglmm_mcmc | print.pglmm_mcmc |
| Initialize the prior hyperparameters for the Profile GLMM | prior_init |
| R Wrapper for Profile GLMM Gibbs Sampler (C++ backend) | profileGLMM_Gibbs |
| Post-process MCMC Output for Profile GLMM | profileGLMM_postProcess |
| Preprocess the data from a list describing the profile LMM model | profileGLMM_preprocess |
| Print method for pglmm_fit | summary.pglmm_fit |
| Initialize the variables for the Gibbs sampler chain | theta_init |