Gradient boosting for optimizing loss functions of different types of survival data,
including stratified data.
Emily Morris, Kevin He, Yanming Li, Yi Li, Jian Kang (2018)
survBoost
In order to install the package, several other R packages must be installed. The code relies on Rcpp, RcppArmadillo, and RcppParallel in order to improve computational speed. Additionally the survival package is used for simulation and post selection inference and will be required for installation. The following line of R code installs the package.
# install.packages("devtools")
install_github("EmilyLMorris/survBoost")
No major changes to report yet.
NEWS.md
file to track changes to the package.