Description Usage Arguments Value See Also Examples
Extract the main effects and interactions from an aov object
1 | effectTerms(aov.obj, strata.to.extract = names(summary(aov.obj)))
|
aov.obj |
An object of class aov representing an ANOVA calculation |
strata.to.extract |
(vector) A vector of the names of the error strata from which to extract effects. As elsewhere, note that these are the names embedded in the aov summary. It may be best to extract them from a use of the |
data.frame
Other AggregatingErrorTerms: aggregateErrorTerms
,
errorTermRatios
, errorTerms
,
useAggregateErrorTerms
1 2 3 | data(EBR.Table.18.25)
aov.EBR.Table.18.25 <- ezANOVA.EBR.Table.18.25$aov
effectTerms(aov.EBR.Table.18.25)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.