Usage
ancova(data, dependent, fixedFactors = NULL, covariates = NULL,
modelTerms = NULL, contrasts = NULL, descPlotsHAxis = NULL,
descPlotsSepLines = NULL, descPlotsSepPlots = NULL, postHoc = NULL,
corrTukey = FALSE, corrScheffe = FALSE, corrBonf = FALSE,
corrHolm = FALSE, compMain = FALSE, compMainCorr = "none",
descStats = FALSE, homo = FALSE, qq = FALSE, etaSq = FALSE,
etaSqP = FALSE, omegaSq = FALSE, plotError = "ci", ciWidth = 95,
ss = "3")
Arguments
data
the data as a data frame
dependent
a string naming the dependent variable in data
fixedFactors
The fixed factors
modelTerms
The model terms
descPlotsHAxis
The Horizontal axis variable
descPlotsSepLines
The Separate lines variable
descPlotsSepPlots
The Separate plots variable
corrTukey
Post Hoc Tests Tukey Correction
corrScheffe
Post Hoc Tests Scheffe Correction
corrBonf
Post Hoc Tests Bonferroni Correction
corrHolm
Post Hoc Tests Holm Correction
compMain
Compare main effects
compMainCorr
Confidence interval adjustment
descStats
Descriptive statistics
homo
Display Homogeneity tests
qq
Display Q-Q plot of residuals
etaSqP
Effect size partial n2
plotError
Specifies the Error Bar definition as either "Confidence
interval"(default) or "Standard Error"