Skip to content

Repository containing code for a package that implements a boosting algorithm for sliding landmark models.

Notifications You must be signed in to change notification settings

simbrant/IplBoost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Repository containing code for a package that implements a boosting algorithm for sliding landmark models.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published