- ...
Data frames for survival analysis. First = training; others = test sets.
Format: first column = ID, second = outcome (0/1), third = time, remaining = features.
- model_names
Character vector specifying which models to use.
If NULL (default), uses all registered prognostic models.
- tune
Logical, enable tuning. Default TRUE.
- n_estimators
Integer, bagging iterations. Default 10.
- seed
Integer for reproducibility. Default 123.
- time_unit
Time unit in data: "day", "month", or "year". Default "day".
- years_to_evaluate
Numeric vector of years for time-dependent AUROC. Default c(1,3,5).