anova.twoway: ANOVA summary for a two-way table, including Tukey Additivity...

Description Usage Arguments Details Author(s) Examples

View source: R/anova.twoway.R

Description

Test for a 1-df interaction in two-way ANOVA table by the Tukey test.

Usage

1
2
## S3 method for class 'twoway'
anova(object, ...)

Arguments

object

a class("twoway") object

...

other arguments passed down, but not used here

Details

At present, this function simply gives the results of the ANOVAs for the additive model, the model including the 1 df term for non-additivity, and an anova() comparison of the two. The analysis is based on row and column means.

Author(s)

Michael Friendly

Examples

1
2
3
data(sentRT)
sent.2way <- twoway(sentRT)
anova(sent.2way)

friendly/twoway documentation built on Aug. 21, 2020, 7:03 p.m.