# Generated by roxygen2: do not edit by hand

S3method("+",policy_eval)
S3method(IC,policy_eval)
S3method(coef,policy_eval)
S3method(estimate,policy_eval)
S3method(get_K,policy_data)
S3method(get_action_set,policy_data)
S3method(get_actions,policy_data)
S3method(get_g_functions,policy_eval)
S3method(get_g_functions,policy_object)
S3method(get_history,policy_data)
S3method(get_history_names,policy_data)
S3method(get_id,policy_data)
S3method(get_id_stage,policy_data)
S3method(get_n,policy_data)
S3method(get_policy,EARL)
S3method(get_policy,OWL)
S3method(get_policy,PTL)
S3method(get_policy,RQL)
S3method(get_policy,RQVL)
S3method(get_policy,RWL)
S3method(get_policy,policy_eval)
S3method(get_policy_actions,policy_eval)
S3method(get_policy_functions,PTL)
S3method(get_policy_functions,RQVL)
S3method(get_policy_functions,policy_eval)
S3method(get_policy_object,policy_eval)
S3method(get_q_functions,policy_eval)
S3method(get_q_functions,policy_object)
S3method(get_utility,policy_data)
S3method(merge,policy_eval)
S3method(partial,policy_data)
S3method(predict,g_sl)
S3method(predict,nuisance_functions)
S3method(print,Q_function)
S3method(print,g_function)
S3method(print,policy)
S3method(print,policy_data)
S3method(print,policy_eval)
S3method(print,policy_learn)
S3method(print,policy_object)
S3method(subset,policy_data)
S3method(summary,policy_eval)
S3method(vcov,policy_eval)
export(control_earl)
export(control_owl)
export(control_ptl)
export(control_rqvl)
export(control_rwl)
export(copy_policy_data)
export(g_glm)
export(g_glmnet)
export(g_rf)
export(g_sl)
export(get_K)
export(get_action_set)
export(get_actions)
export(get_g_functions)
export(get_history)
export(get_history_names)
export(get_id)
export(get_id_stage)
export(get_n)
export(get_policy)
export(get_policy_actions)
export(get_policy_functions)
export(get_policy_object)
export(get_q_functions)
export(get_utility)
export(partial)
export(policy_data)
export(policy_def)
export(policy_eval)
export(policy_learn)
export(q_glm)
export(q_glmnet)
export(q_rf)
export(q_sl)
import(SuperLearner)
import(data.table)
importFrom(lava,IC)
importFrom(lava,estimate)
importFrom(methods,formalArgs)
importFrom(stats,.getXlevels)
importFrom(stats,addmargins)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,delete.response)
importFrom(stats,gaussian)
importFrom(stats,glm)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,nls)
importFrom(stats,predict)
importFrom(stats,predict.glm)
importFrom(stats,reformulate)
importFrom(stats,terms)
importFrom(stats,update)
importFrom(survival,survfit)
importFrom(utils,capture.output)
importFrom(utils,tail)
