Three-way ANOVA
Computation of three-way Analysis of Variance (ANOVA).
threewayanova(Y, n, m, p)
Y |
Matrix (or data.frame coerced to a matrix) of order ( |
n |
Number of |
m |
Number of |
p |
Number of |
A list including the following components:
SS.a |
Main effect for the |
SS.b |
Main effect for the |
SS.c |
Main effect for the |
SS.ab |
Second order interaction ( |
SS.bc |
Second order interaction ( |
SS.ac |
Second order interaction ( |
SS.abc |
Residual sum of squares after subtraction of second order interactions |
Maria Antonietta Del Ferraro mariaantonietta.delferraro@yahoo.it
Henk A.L. Kiers h.a.l.kiers@rug.nl
Paolo Giordani paolo.giordani@uniroma1.it
H.A.L. Kiers \& I. Van Mechelen (2001). Three-way component analysis: principles and illustrative applications. Psychological Methods 6:84–110.
data(TV) TVdata=TV[[1]] anova3 <- threewayanova(TVdata, 16, 15, 30)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.