The data appears in Gilmour et al. (1995) and is from a field experiment designed to compare the
performance of 25 varieties of spring wheat. An analysis of it using asreml is presented by
Butler et al. (2023, Section 7.6), although they suggest that it is a barley experiment.
It is used in the Wheat vignettes [Enter vignette(package = "asremlPlus")
] as an
executable example of the use of the asremlPlus
to analyse a data set.
The experiment was conducted at Slate Hall Farm, UK, in 1976 and was designed as a balanced lattice square with 6 replicates laid out in a 10 \(\times\) 15 rectangular grid. The columns in the data frame are: Rep, Row, Column, WithinColPairs, Variety, yield. The response variable is the grain yield.
data(Wheat.dat)
A data.frame containing 150 observations of 6 variables.
Chris Brien