Higgins1990Table5 | R Documentation |
This dataset comes from a split-plot experiment examining Tray
s of 4
peat pots each. Moisture
was varied between Tray
s (i.e. it was
the whole-plot treatment) and Fertilizer
was varied within
Tray
s (i.e. it was the sub-plot treatment). The outcome measure was
DryMatter
.
A data frame with 48 observations on the following 4 variables.
a factor with levels "t1"
.. "t12"
a factor with levels "m1"
.. "m4"
a factor with levels "f1"
.. "f4"
a numeric vector
This dataset, originally from Milliken & Johnson (1984), is reproduced here from Higgins et al. (1990).
Milliken, G.A., Johnson, D.E. (1984). Analysis of Messy Data Vol I: Designed Experiments. Van Nostrand Reinhold Company, New York.
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.
See art
for a more complete example. See also
anova.art
.
data(Higgins1990Table5, package = "ARTool")
## run aligned-rank transform and ANOVA on the data
m <- art(DryMatter ~ Moisture*Fertilizer + (1|Tray), data=Higgins1990Table5)
anova(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.