importFrom(grDevices, png, dev.list, dev.off)
importFrom(readxl, read_excel)
importFrom(utils, read.csv, head, capture.output,
           citation, packageVersion, sessionInfo)
importFrom(stats, qt, df, qf, coef, confint, lm,
           anova, aov, rstudent, rstandard,
           complete.cases, na.omit, reshape)
importFrom(graphics, boxplot, bxp, mtext, text,
           abline, title)
importFrom(PowerTOST, mse2CV, CV2se, scABEL,
           reg_const, scABEL.ad)
importFrom(nlme, lme, intervals)
import(lmerTest)
importFrom(pbkrtest, getKR)
# Export explicitly by name
export(method.A, method.B, ABE)
