JMbdirect provides tools for jointly modeling longitudinal outcomes and multiple time-to-event (survival) outcomes using a variety of statistical engines like JMbayes2, FastJM, joineRML, and rstanarm.
- 🔄 Fit joint models with multiple survival outcomes
- 🧠 Compatible with popular modeling engines:
JMbayes2FastJMjoineRMLrstanarm
- 🔎 Includes functions for:
- Model fitting (
jmbB(),jmcsB(),jmrmlB(),jmstB()) - Survival prediction
- Posterior plots
- Bootstrapped confidence intervals
- Model fitting (
- 📦 Ready for big data applications using the
BIGdata = TRUEflag
# If not already installed
install.packages("remotes")
remotes::install_github("kumarbhrigu/JMbdirect")