# Generated by roxygen2: do not edit by hand

S3method(estimate_effect,ps)
S3method(estimate_effect,wt)
S3method(find_data,glm)
S3method(find_data,lm)
S3method(predict_counterfactual,glm)
S3method(predict_counterfactual,lm)
S3method(print,prediction_cf)
S3method(print,treatment_effect)
S3method(treatment_effect,prediction_cf)
export(assign_prob_and_strata)
export(estimate_effect)
export(h_diff)
export(h_jac_diff)
export(h_jac_odds_ratio)
export(h_jac_ratio)
export(h_odds_ratio)
export(h_ratio)
export(predict_counterfactual)
export(robin_ps)
export(robin_wt)
export(treatment_effect)
import(checkmate)
importFrom(MASS,glm.nb)
importFrom(numDeriv,jacobian)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,coefficients)
importFrom(stats,cov)
importFrom(stats,family)
importFrom(stats,fitted)
importFrom(stats,gaussian)
importFrom(stats,glm)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,reshape)
importFrom(stats,residuals)
importFrom(stats,setNames)
importFrom(stats,terms)
importFrom(stats,var)
importFrom(stats,weighted.mean)
