# Generated by roxygen2: do not edit by hand

S3method(plot,aat_bootstrap)
S3method(plot,aat_splithalf)
S3method(plot,qreliability)
S3method(print,aat_bootstrap)
S3method(print,aat_splithalf)
S3method(print,qreliability)
export(SpearmanBrown)
export(aat_bootstrap)
export(aat_compute)
export(aat_doublemeandiff)
export(aat_doublemeanquotient)
export(aat_doublemediandiff)
export(aat_doublemedianquotient)
export(aat_dscore)
export(aat_dscore_multiblock)
export(aat_regression)
export(aat_singlemeandiff)
export(aat_singlemediandiff)
export(aat_splithalf)
export(aat_standardregression)
export(case_prune_3SD)
export(error_prune_dropcases)
export(error_replace_blockmeanplus)
export(prune_nothing)
export(q_reliability)
export(trial_prune_3SD)
export(trial_prune_SD_dropcases)
export(trial_prune_percent_sample)
export(trial_prune_percent_subject)
export(trial_recode_SD)
import(doParallel)
import(dplyr)
import(foreach)
import(magrittr)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,sample_n)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(foreach,getDoParRegistered)
importFrom(foreach,registerDoSEQ)
importFrom(graphics,abline)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,pt)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,terms)
importFrom(stats,var)
importFrom(stats,vcov)
