#' The two arguments are two cross-validated models, base and alternative,
e.g., Cox Proportionate Hazards Model (or Cox LASSO), and Survival Random Forest,
or DeepHit (if installed from GitHub, not in CRAN version). Please see examples below.
Both cross-validations should be done with the same random seed, number of repetitions
(repeat_cv), outer_cv and inner_cv to ensure the models are compared on the same train/test splits.
Harrel's c-index,time-dependent AUC-ROC, time-dependent Brier Score, and calibration slopes are reported.
The statistical significance of the performance differences is tested for the C-indeces.
The function is designed to help with the model selection by quantifying the loss of predictive
performance (if any) if "alternative" is used instead of "base."