Higgins1990Table1 | R Documentation |
Synthetic data from a balanced 3x3 factorial experiment with main effects, no interaction, and independent and identically distributed (i.i.d.) Normal errors.
A data frame with 36 observations on the following 4 variables.
a factor with levels "s1"
.. "s36"
a factor with levels "r1"
.. "r3"
a factor with levels "c1"
.. "c3"
a numeric vector
Higgins, J. J., Blair, R. C. and Tashtoush, S. (1990). The aligned rank transform procedure. Proceedings of the Conference on Applied Statistics in Agriculture. Manhattan, Kansas: Kansas State University, pp. 185-195.
art
, anova.art
.
data(Higgins1990Table1, package = "ARTool")
## run aligned-rank transform and ANOVA on the data
## Note: because there is only one observation per Subject
## in this dataset, we do not need to include Subject as
## a grouping term in this formula. Indeed, if we did,
## lmer would complain when we attempt the ANOVA.
m <- art(Response ~ Row*Column, data=Higgins1990Table1)
anova(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.