| models_pro | R Documentation |
High-level API to train and evaluate multiple survival models in batch.
models_pro(
data,
model = "all_pro",
tune = FALSE,
seed = 123,
time_unit = "day",
years_to_evaluate = c(1, 3, 5)
)
data |
Input data frame. |
model |
Character vector of model names or "all_pro". |
tune |
Logical. Enable hyperparameter tuning? |
seed |
Random seed. |
time_unit |
Time unit of input. |
years_to_evaluate |
Years for AUC calculation. |
A list of model results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.