effectTerms: Extract the main effects and interactions from an aov object

Description Usage Arguments Value See Also Examples

Description

Extract the main effects and interactions from an aov object

Usage

1
effectTerms(aov.obj, strata.to.extract = names(summary(aov.obj)))

Arguments

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 errorTerms function.

Value

data.frame

See Also

Other AggregatingErrorTerms: aggregateErrorTerms, errorTermRatios, errorTerms, useAggregateErrorTerms

Examples

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)

drknexus/repsych documentation built on May 15, 2019, 2:19 p.m.