# Generated by roxygen2: do not edit by hand

S3method(is_supported_variable,default)
S3method(is_supported_variable,factor)
S3method(is_supported_variable,numeric)
S3method(make_decision,factor)
S3method(make_decision,numeric)
S3method(plot,recforest)
S3method(predict,recforest)
S3method(print,recforest)
S3method(summary,recforest)
export("%>%")
export(is_supported_variable)
export(make_decision)
export(train_forest)
import(dplyr)
import(purrr)
import(reda)
import(survival)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_h1)
importFrom(cli,cli_h2)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,group_split)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(future,availableCores)
importFrom(future,multisession)
importFrom(future,plan)
importFrom(future.apply,future_lapply)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(mets,phreg)
importFrom(mets,recreg)
importFrom(mets,recurrentMarginal)
importFrom(purrr,compact)
importFrom(purrr,map)
importFrom(purrr,map_dfr)
importFrom(purrr,pmap)
importFrom(purrr,transpose)
importFrom(reda,mcf)
importFrom(reda,mcfDiff.test)
importFrom(stats,approx)
importFrom(stats,integrate)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(stats,stepfun)
importFrom(survival,Surv)
importFrom(survival,cluster)
importFrom(survival,coxph)
importFrom(survival,survfit)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(timereg,Event)
importFrom(utils,combn)
