# Generated by roxygen2: do not edit by hand

S3method(fit,proportional_hazards)
S3method(multi_predict,"_coxnet")
S3method(predict,"_coxnet")
S3method(predict_linear_pred,"_blackboost")
S3method(predict_linear_pred,"_coxnet")
S3method(predict_linear_pred,"_coxph")
S3method(predict_raw,"_coxnet")
S3method(predict_survival,"_coxnet")
S3method(print,"_coxnet")
export(blackboost_train)
export(coxnet_train)
export(hazard_survreg)
export(survival_prob_cforest)
export(survival_prob_coxnet)
export(survival_prob_coxph)
export(survival_prob_ctree)
export(survival_prob_mboost)
export(survival_prob_survbagg)
export(survival_prob_survreg)
export(survival_time_coxnet)
export(survival_time_coxph)
export(survival_time_mboost)
export(survival_time_survbagg)
importFrom(dials,parameters)
importFrom(dplyr,"%>%")
importFrom(generics,fit)
importFrom(hardhat,tune)
importFrom(parsnip,eval_args)
importFrom(parsnip,multi_predict)
importFrom(parsnip,predict.model_fit)
importFrom(parsnip,predict_linear_pred)
importFrom(parsnip,predict_raw)
importFrom(parsnip,predict_survival)
importFrom(parsnip,translate)
importFrom(purrr,map)
importFrom(purrr,map_dbl)
importFrom(rlang,"%||%")
importFrom(rlang,abort)
importFrom(rlang,call2)
importFrom(rlang,empty_env)
importFrom(rlang,enquos)
importFrom(rlang,eval_tidy)
importFrom(rlang,expr)
importFrom(rlang,is_call)
importFrom(rlang,new_quosure)
importFrom(stats,na.exclude)
importFrom(stats,na.pass)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(survival,strata)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(tidyr,pivot_longer)
importFrom(utils,getFromNamespace)
