Learn R Programming

agridat (version 1.5)

goulden.barley: Barley uniformity trial

Description

Barley uniformity trial

Usage

data(goulden.barley)

Arguments

source

C. H. Goulden, 1939. Methods of statistical analysis. Wiley. Page 18. http://archive.org/details/methodsofstatist031744mbp

Details

Yield in grams for 400 square-yard barley plots.

References

See LeClerg, Leonard, Clark. Field Plot Technique. Page 27.

Examples

Run this code
dat <- goulden.barley

desplot(yield ~ col*row, data=dat)

# See LeClerg, Leonard, Clark
hist(dat$yield, breaks=c(21,40,59,78,97,116,135,154,173,192,211,230,249)+.5)

Run the code above in your browser using DataLab