Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 632 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 632 Bytes

IplBoost

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.

Installing IplBoost

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")