peanuts {CMHNPA}R Documentation

Peanuts data

Description

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).

Usage

data(peanuts)

Format

A data frame with 16 rows and four columns.

yield

the peanut yield

treatment

the variety of peanut plant

row

the row the plants were grown in of the plot

col

the column the plants were grown in of the plot

Source

http://www.math.montana.edu/jobo/st541/sec3c.pdf

References

Rayner, J.C.W and Livingston, G. C. (2022). An Introduction to Cochran-Mantel-Haenszel Testing and Nonparametric ANOVA. Wiley.

Examples

attach(peanuts)
CARL(y = yield, treatment = treatment, block1 = row, block2 = col)

[Package CMHNPA version 1.1.1 Index]