crossfit_surv_preds {survML} | R Documentation |
Generate cross-fitted conditional survival predictions
Description
Generate cross-fitted conditional survival predictions
Usage
crossfit_surv_preds(time, event, X, newtimes, folds, pred_generator, ...)
Arguments
time |
|
event |
|
X |
|
newtimes |
Numeric vector of times on which to estimate the conditional survival functions |
folds |
|
pred_generator |
Function to be used to estimate conditional survival function. |
... |
Additional arguments to be passed to |
Value
Named list of cross-fitted conditional survival predictions
[Package survML version 1.2.0 Index]