errorTerms: Extract the error terms from an aov object

Description Usage Arguments Value See Also Examples

Description

Extract the error terms from an aov object

Usage

1
errorTerms(aov.obj)

Arguments

aov.obj

An object of class aov representing an ANOVA calculation

Value

data.frame

See Also

Other AggregatingErrorTerms: aggregateErrorTerms, effectTerms, errorTermRatios, useAggregateErrorTerms

Examples

1
2
3
data(EBR.Table.18.25)
aov.EBR.Table.18.25 <- ezANOVA.EBR.Table.18.25$aov
errorTerms(aov.EBR.Table.18.25)

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