Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
83 lines (81 sloc) 2 KB
# Generated by roxygen2: do not edit by hand
S3method(anova,afex_aov)
S3method(anova,mixed)
S3method(lsm.basis,afex_aov)
S3method(lsm.basis,mixed)
S3method(nice,afex_aov)
S3method(nice,anova)
S3method(nice,mixed)
S3method(print,afex_aov)
S3method(print,mixed)
S3method(print,nice_table)
S3method(recover.data,afex_aov)
S3method(recover.data,mixed)
S3method(summary,afex_aov)
S3method(summary,mixed)
export(afex_options)
export(all_fit)
export(aov.car)
export(aov4)
export(aov_4)
export(aov_car)
export(aov_ez)
export(compare.2.vectors)
export(ems)
export(ez.glm)
export(lmer)
export(lmer_alt)
export(mixed)
export(nice)
export(nmkbw)
export(round_ps)
export(set_default_contrasts)
export(set_deviation_contrasts)
export(set_effects_contrasts)
export(set_sum_contrasts)
export(set_treatment_contrasts)
importFrom(car,Anova)
importFrom(coin,approximate)
importFrom(coin,median_test)
importFrom(coin,oneway_test)
importFrom(coin,pvalue)
importFrom(coin,statistic)
importFrom(coin,wilcox_test)
importFrom(lme4,findbars)
importFrom(lme4,getME)
importFrom(lme4,glmer)
importFrom(lme4,glmerControl)
importFrom(lme4,isGLMM)
importFrom(lme4,isREML)
importFrom(lme4,lmerControl)
importFrom(lme4,nobars)
importFrom(lmerTest,lmer)
importFrom(lsmeans,lsm.basis)
importFrom(lsmeans,recover.data)
importFrom(methods,is)
importFrom(parallel,clusterApplyLB)
importFrom(parallel,clusterCall)
importFrom(parallel,clusterEvalQ)
importFrom(parallel,clusterExport)
importFrom(reshape2,dcast)
importFrom(stats,"contrasts<-")
importFrom(stats,anova)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,logLik)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,optim)
importFrom(stats,p.adjust)
importFrom(stats,setNames)
importFrom(stats,symnum)
importFrom(stats,t.test)
importFrom(stats,terms)
importFrom(stats,update)
importFrom(stats,wilcox.test)
importFrom(stats,xtabs)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)