Description Usage Arguments Value References See Also Examples
When the ratio of error terms is low, it may be reasonable to aggregate them. This function lets us visual inspect the ratios of the error terms from an aov object as a precursor to deciding whether to perform error term aggregation.
1 | errorTermRatios(aov.obj)
|
aov.obj |
An object of class aov representing an ANOVA calculation |
data.frame
Rosenthal & Rosnow. (2008). Essentials of Behavioral Research. Boston: Mc Graw Hill.
Other AggregatingErrorTerms: aggregateErrorTerms
,
effectTerms
, errorTerms
,
useAggregateErrorTerms
1 2 3 | data(EBR.Table.18.25)
aov.EBR.Table.18.25 <- ezANOVA.EBR.Table.18.25$aov
errorTermRatios(aov.EBR.Table.18.25)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.