crossfit_oracle_preds {survML} | R Documentation |
Generate cross-fitted oracle prediction function estimates
Description
Generate cross-fitted oracle prediction function estimates
Usage
crossfit_oracle_preds(
time,
event,
X,
folds,
nuisance_preds,
pred_generator,
...
)
Arguments
time |
|
event |
|
X |
|
folds |
|
nuisance_preds |
Named list of conditional event and censoring survival functions that will be used to estimate the oracle prediction function. |
pred_generator |
Function to be used to estimate oracle prediction function. |
... |
Additional arguments to be passed to |
Value
Named list of cross-fitted oracle prediction estimates
[Package survML version 1.2.0 Index]