# Generated by roxygen2: do not edit by hand

S3method(summary,mlsurv_model)
export(Surv)
export(auc_survmat)
export(benchmark_default_survlearners)
export(benchmark_tuned_survlearners)
export(best_survlearner)
export(brier)
export(cindex_survmat)
export(compute_ale)
export(compute_calibration)
export(compute_counterfactual)
export(compute_interactions)
export(compute_pdp)
export(compute_shap)
export(compute_surrogate)
export(compute_tree_surrogate)
export(compute_varimp)
export(cv_plot)
export(cv_summary)
export(cv_survlearner)
export(cv_survmetalearner)
export(ece_survmat)
export(fit_aalen)
export(fit_aftgee)
export(fit_bart)
export(fit_blackboost)
export(fit_bnnsurv)
export(fit_cforest)
export(fit_coxph)
export(fit_flexsurvreg)
export(fit_glmnet)
export(fit_orsf)
export(fit_ranger)
export(fit_rpart)
export(fit_rsf)
export(fit_selectcox)
export(fit_stpm2)
export(fit_survdnn)
export(fit_survmetalearner)
export(fit_survsvm)
export(fit_xgboost)
export(iae_survmat)
export(ibs_survmat)
export(ise_survmat)
export(list_interpretability_methods)
export(list_metrics)
export(list_survlearners)
export(list_tunable_survlearners)
export(plot_ale)
export(plot_benchmark)
export(plot_calibration)
export(plot_counterfactual)
export(plot_interactions)
export(plot_pdp)
export(plot_shap)
export(plot_surrogate)
export(plot_survmat)
export(plot_survmetalearner_weights)
export(plot_tree_surrogate)
export(plot_varimp)
export(predict_aalen)
export(predict_aftgee)
export(predict_bart)
export(predict_blackboost)
export(predict_bnnsurv)
export(predict_cforest)
export(predict_coxph)
export(predict_flexsurvreg)
export(predict_glmnet)
export(predict_orsf)
export(predict_ranger)
export(predict_rpart)
export(predict_rsf)
export(predict_selectcox)
export(predict_stpm2)
export(predict_survdnn)
export(predict_survmetalearner)
export(predict_survsvm)
export(predict_xgboost)
export(score_survmodel)
export(summarise_benchmark)
export(summarize_benchmark_results)
export(survmat_to_chf)
export(survmat_to_haz)
export(survmat_to_quantile)
export(survmat_to_rmst)
export(tune_bart)
export(tune_blackboost)
export(tune_bnnsurv)
export(tune_cforest)
export(tune_flexsurvreg)
export(tune_glmnet)
export(tune_orsf)
export(tune_ranger)
export(tune_rpart)
export(tune_rsf)
export(tune_selectcox)
export(tune_survdnn)
export(tune_survsvm)
export(tune_xgboost)
importFrom(BART,surv.bart)
importFrom(data.table,as.data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setDT)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,pick)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(flexsurv,flexsurvreg)
importFrom(functionals,fmapn)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_jitter)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,scale_color_discrete)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,stat_summary)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(glmnet,glmnet)
importFrom(glue,glue)
importFrom(gower,gower_dist)
importFrom(mboost,blackboost)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(partykit,cforest)
importFrom(pracma,trapz)
importFrom(purrr,imap_dbl)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_dfr)
importFrom(purrr,map_lgl)
importFrom(purrr,pmap)
importFrom(purrr,pmap_dbl)
importFrom(randomForestSRC,rfsrc)
importFrom(rlang,.data)
importFrom(rlang,enquo)
importFrom(rlang,sym)
importFrom(rstpm2,gsm)
importFrom(rstpm2,nsx)
importFrom(rstpm2,stpm2)
importFrom(stats,aggregate)
importFrom(stats,approx)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,delete.response)
importFrom(stats,dist)
importFrom(stats,formula)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,na.exclude)
importFrom(stats,na.omit)
importFrom(stats,na.pass)
importFrom(stats,plogis)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,predict.lm)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,reorder)
importFrom(stats,reshape)
importFrom(stats,residuals)
importFrom(stats,rexp)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,terms)
importFrom(stats,time)
importFrom(stats,update)
importFrom(stats,var)
importFrom(survival,Surv)
importFrom(survival,aareg)
importFrom(survival,concordance)
importFrom(survival,coxph)
importFrom(survival,survfit)
importFrom(tidyr,drop_na)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unnest)
importFrom(timereg,aalen)
importFrom(timereg,cox.aalen)
importFrom(utils,capture.output)
importFrom(utils,combn)
importFrom(utils,getFromNamespace)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(xgboost,xgb.DMatrix)
importFrom(xgboost,xgb.cv)
importFrom(xgboost,xgb.train)
