# Generated by roxygen2: do not edit by hand

S3method(plot,metalearner_ensemble)
S3method(plot,metalearner_neural)
S3method(plot,pattc_deeplearning)
S3method(plot,pattc_ensemble)
S3method(plot,pattc_neural)
S3method(print,metalearner_deeplearning)
S3method(print,metalearner_ensemble)
S3method(print,metalearner_neural)
S3method(print,pattc_deeplearning)
S3method(print,pattc_ensemble)
S3method(print,pattc_neural)
export(complier_mod)
export(complier_predict)
export(conformal_plot)
export(deep_complier_mod)
export(deep_predict)
export(deep_response_model)
export(hte_plot)
export(metalearner_deeplearning)
export(metalearner_ensemble)
export(metalearner_neural)
export(neuralnet_complier_mod)
export(neuralnet_pattc_counterfactuals)
export(neuralnet_predict)
export(neuralnet_response_model)
export(pattc_counterfactuals)
export(pattc_deeplearning)
export(pattc_deeplearning_counterfactuals)
export(pattc_ensemble)
export(pattc_neural)
export(python_ready)
export(response_model)
import(ggplot2)
import(keras3)
importFrom(keras3,keras_model_sequential)
importFrom(keras3,layer_dense)
importFrom(magrittr,"%>%")
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,gaussian)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,prop.test)
importFrom(stats,pt)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,t.test)
importFrom(stats,var)
importFrom(stats,weighted.mean)
importFrom(utils,data)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
