twoway (version 0.6.3)

anova.twoway: 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 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.

Examples

Run this code
# NOT RUN {
data(sentRT)
sent.2way <- twoway(sentRT)
anova(sent.2way)
# }

Run the code above in your browser using DataLab