
randomForestSRC survival backend
randomForestSRC-backend.RdWrappers for random survival forests fitted with randomForestSRC.
Arguments
- response
survival response as a
Survobject or a two-columntime/statusmatrix.- x
covariate matrix.
- cplx
either a selected
mtryvalue or a named list such aslist(mtry = ..., nodesize = ...).- full.data
full data frame, accepted for the
peperrcomplexity-function contract.- mtry
candidate
mtryvalues for OOB tuning.- nodesize
candidate terminal-node sizes for OOB tuning.
- ntree
number of trees used during OOB tuning.
- object
a fitted
rfsrcobject.- times
evaluation times for survival probabilities.
- complexity
unused for fitted forests; included for interface compatibility.
- ...
additional arguments passed to
rfsrcorpredict.rfsrc.
Value
Fitted rfsrc objects, tuning lists containing mtry and nodesize, and survival-probability matrices.
Details
No PLL.rfsrc method is provided, because random survival forests do not naturally expose a Cox-style partial likelihood. They can still be used with pmpec through predictProb.rfsrc.