In: Statistics and Probability
The morley dataset can be seen as a randomized block experiment with Run as the treatment factor and Expt as the blocking factor. Is there a difference between runs and what efficiency is gained by blocking?
Please solve using R. morley is a dataset in R. To access this dataset use:
library(faraway)
attach(morely)