peanuts {CMHNPA} | R Documentation |
A plant biologist conducted an experiment to compare the yields of four varieties of peanuts, denoted as A, B, C, and D. A plot of land was divided into 16 subplots (four rows and four columns).
data(peanuts)
A data frame with 16 rows and four columns.
the peanut yield
the variety of peanut plant
the row the plants were grown in of the plot
the column the plants were grown in of the plot
http://www.math.montana.edu/jobo/st541/sec3c.pdf
Rayner, J.C.W and Livingston, G. C. (2022). An Introduction to Cochran-Mantel-Haenszel Testing and Nonparametric ANOVA. Wiley.
attach(peanuts)
CARL(y = yield, treatment = treatment, block1 = row, block2 = col)