importFrom("stats", "terms", "glm", "setNames", "sd", "model.frame", "model.response",
           "update.formula", "as.formula", "quantile", "model.matrix", "binomial",
           "gaussian", "dnorm", "fitted", "contrasts")
importFrom("utils", "data")

export(weightit)
S3method(print, weightit)
S3method(summary, weightit)
S3method(print, summary.weightit)
