anova.twoway {twoway} | R Documentation |
ANOVA summary for a two-way table, including Tukey Additivity Test
Description
Test for a 1-df interaction in two-way ANOVA table by the Tukey test.
Usage
## S3 method for class 'twoway'
anova(object, ...)
Arguments
object |
a |
... |
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
data(sentRT)
sent.2way <- twoway(sentRT)
anova(sent.2way)
[Package twoway version 0.6.3 Index]