This function prints all built-in prediction algorithms and feature screening
algorithms available in the SuperSurv package.
Examples
list_wrappers()
#> --- Prediction Models (surv.*) ---
#> [1] "surv.aorsf" "surv.bart" "surv.coxboost" "surv.coxph"
#> [5] "surv.exponential" "surv.gam" "surv.gbm" "surv.glmnet"
#> [9] "surv.km" "surv.loglogistic" "surv.lognormal" "surv.parametric"
#> [13] "surv.ranger" "surv.rfsrc" "surv.ridge" "surv.rpart"
#> [17] "surv.svm" "surv.weibull" "surv.xgboost"
#>
#> --- Screening Algorithms (screen.*) ---
#> [1] "screen.all" "screen.elasticnet" "screen.glmnet"
#> [4] "screen.marg" "screen.rfsrc" "screen.var"
