exportPattern("^[[:alpha:]]+")

export(bias_plot)
export(bland_altman_plot)
export(compare_plot)
export(measure_compare)
export(precision_plot)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,legend)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,title)
importFrom(nlme,lme)
importFrom(nlme,varIdent)
importFrom(stats,aggregate)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,fitted)
importFrom(stats,lm)
importFrom(stats,na.exclude)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom("stats", "complete.cases")
