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)

russmisc documentation built on May 2, 2019, 4:44 p.m.