IplBoost
implements a likelihood boosting algorithm for fitting
boosted sliding landmark models to survival data. For an introduction to
landmark models, see van Houwelingen, H., & Putter, H. (2011). Dynamic prediction in clinical survival analysis. CRC Press.
To install IplBoost in R, the easiest thing is to first install devtools, which can be done via the R-command:
install.packages("devtools")
After doing this, or if you have already installed devtools, you can install the IplBoost package by running the R-command:
devtools::install_github("simbrant/IplBoost")