exportPattern("^[[:alpha:]]+")
importFrom("stats", "addmargins", "binomial", "chisq.test", "coef",
           "confint", "df", "df.residual", "dnorm", "family", "fisher.test",
           "fitted", "glm", "influence.measures", "lm.wfit",
           "mantelhaen.test", "median", "pnorm", "prop.trend.test",
           "qnorm", "qt", "quantile", "sd")
importFrom("graphics", "pairs", "plot")
importFrom("ggformula", "gf_boxplot", "gf_dhistogram", "gf_fitdistr",
           "gf_errorbarh", "gf_hline",  "gf_jitter", "gf_labs", "gf_point",
           "gf_pointrangeh", "gf_qq", "gf_qqline", "gf_segment", "gf_smooth",
           "gf_summary", "gf_theme", "gf_text",  "gf_vline")
importFrom("emmeans", "emmeans" , "pwpp")
importFrom("finalfit", "ff_column_totals", "summary_factorlist")
importFrom("sjmisc", "round_num")
importFrom("magrittr", "%>%")
importFrom("sjlabelled", "get_label", "term_labels")
importFrom("tidyselect",  "matches", "vars_select")
importFrom("tibble",  "rownames_to_column")
importFrom("sandwich", "vcovHC", "vcovHAC")
importFrom("lmtest", "coeftest")
