fit.rsf_mtry {peperr} | R Documentation |
Interface for fitting a random survival forest by rsf
, conforming to the requirements for argument fit.fun
in peperr
call.
fit.rsf_mtry(response, x, cplx, ...)
response |
a survival object (with Surv(time, status) ). |
x |
n*p matrix of covariates. |
cplx |
Value of mtry, the number of randomly selected variables at each split. |
... |
additional arguments passed to rsf call. |
Function is basically a wrapper around rsf
of package randomSurvivalForest. Variable mtry, i.e. the number of variables selected randomly at each split, is taken as complexity value.
rsf object
peperr
, rsf