Skip to contents

jmBIG logo


jmBIG is an R package that provides a flexible, modular framework for joint modeling of longitudinal and time-to-event data, specifically optimized for large datasets commonly found in real-world clinical and biomedical studies.


โœจ Features

  • ๐Ÿง  Joint modeling of longitudinal biomarkers and survival outcomes
  • โšก Big data readiness: designed for efficiency on large sample sizes
  • ๐Ÿ” Compatible with:
    • JMbayes2 (Bayesian joint modeling)
    • FastJM (Frequentist joint modeling)
    • rstanarm (Bayesian GLMMs)
    • joineRML (MLE-based methods)
  • ๐Ÿงพ Posterior prediction of:
    • Individual survival probabilities
    • Longitudinal trajectories
  • ๐Ÿ“Š Tools for:
    • Dynamic predictions
    • Bootstrapped confidence intervals
    • Visual summaries

๐Ÿ“ฆ Installation

From GitHub (development version)

# If not already installed
install.packages("remotes")

# Install jmBIG from GitHub
remotes::install_github("kumarbhrigu/jmBIG")