anova.twoway | R Documentation |
Test for a 1-df interaction in two-way ANOVA table by the Tukey test.
## S3 method for class 'twoway'
anova(object, ...)
object |
a |
... |
other arguments passed down, but not used here |
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.
Michael Friendly
data(sentRT)
sent.2way <- twoway(sentRT)
anova(sent.2way)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.