Learn R Programming

LTRCforests (version 0.7.0)

Ensemble Methods for Survival Data with Time-Varying Covariates

Description

Implements the conditional inference forest and relative risk forest algorithm to modeling left-truncated right-censored data with time-invariant covariates, and (left-truncated) right-censored survival data with time-varying covariates. It also provides functions to tune the parameters and evaluate the model fit. See Yao et al. (2022) .

Copy Link

Version

Install

install.packages('LTRCforests')

Monthly Downloads

204

Version

0.7.0

License

GPL (>= 2)

Maintainer

Last Published

November 30th, 2023

Functions in LTRCforests (0.7.0)

ltrccif

Fit a LTRC conditional inference forest
LTRCforests-package

Constructs forest methods for left-truncated and right-censored (LTRC) survival data
tune.ltrccif

Tune mtry to the optimal value with respect to out-of-bag error for a LTRCCIF model
ltrcrrf

Fit a LTRC relative risk forest
pbcsample

Sample Mayo Clinic Primary Biliary Cirrhosis Data
sbrier_ltrc

Model fit evaluation for LTRC forests.
print

Print Summary Output of a ltrccif object or a ltrcrrf object
predictProb

Compute a Survival Curve from a LTRCCIF model or a LTRCRRF model
tune.ltrcrrf

Tune mtry to the optimal value with respect to out-of-bag error for a LTRCRRF model