# Generated by roxygen2: do not edit by hand

S3method(conditional_means,causal_forest)
S3method(conditional_means,instrumental_forest)
S3method(conditional_means,multi_causal_forest)
S3method(double_robust_scores,causal_forest)
S3method(double_robust_scores,instrumental_forest)
S3method(double_robust_scores,multi_causal_forest)
S3method(plot,policy_tree)
S3method(predict,multi_causal_forest)
S3method(predict,policy_tree)
S3method(print,multi_causal_forest)
S3method(print,policy_tree)
export(double_robust_scores)
export(gen_data_epl)
export(gen_data_mapl)
export(multi_causal_forest)
export(policy_tree)
importFrom(Rcpp,evalCpp)
importFrom(stats,predict)
importFrom(stats,rbinom)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(utils,type.convert)
useDynLib(policytree)
