# Generated by roxygen2: do not edit by hand

S3method(coef,augbalweight)
S3method(plot,augbalweight)
S3method(predict,augbalweight)
S3method(print,augbalweight)
S3method(print,summary.augbalweight)
S3method(summary,augbalweight)
S3method(weights,augbalweight)
export(aug_bal_ate)
export(aug_bal_att)
export(aug_bal_weight)
export(compute_balancing_weights)
export(double_lasso)
export(double_ridge)
export(tune_hyperparameters)
importFrom(grDevices,adjustcolor)
importFrom(graphics,abline)
importFrom(graphics,barplot)
importFrom(graphics,boxplot)
importFrom(graphics,grid)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(stats,coef)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,model.matrix)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(stats,weights)
importFrom(utils,head)
importFrom(utils,tail)
