Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 633 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 633 Bytes

JMboost

JMboost implements a boosting algorithm for fitting joint models to potentially high-dimensional data. The algorithm provides the functionality to simultaneously estimate a longitudinal and a shared predictor.

Details can be found here:

Installation

Latest version from GitHub:

library("devtools")
install_github("mayrandy/JMboost")
library("JMboost")

To be able to use the install_github() command, one needs to install devtools first:

install.packages("devtools")