| Survrsf {randomSurvivalForest} | R Documentation |
Survrsf defines the time and censoring information
that will be extracted from the data.
Survrsf(t, d)
t |
survival time |
d |
censoring indicator (0=censored, 1=death) |
An object of class Survrsf.
Hemant Ishwaran hemant.ishwaran@gmail.com and Udaya B. Kogalur ubk2101@columbia.edu
H. Ishwaran and Udaya B. Kogalur (2006). Random Survival Forests. Cleveland Clinic Technical Report.
rsf,
print.rsf,
plot.ensemble,
plot.variable,
plot.error,
plot.proximity.
data(veteran, package = "randomSurvivalForest") v.out <- rsf(Survrsf(time, status)~., veteran, ntree = 1000)