linder.wheat | R Documentation |
Multi-environment trial of wheat in Switzerland
data("linder.wheat")
A data frame with 252 observations on the following 4 variables.
env
environment
block
block
gen
genotype
yield
yield, in 10 kg/ha
An experiment of 9 varieties of wheat in 7 localities in Switzerland in 1960, RCB design.
Arthur Linder (1960). Design and Analysis of Experiments, notes on lectures held during the fall semester 1963 at the Statistics Department, University of North Carolina, page 160. https://www.stat.ncsu.edu/information/library/mimeo.archive/ISMS_1964_398-A.pdf
None.
library(agridat)
data(linder.wheat)
dat <- linder.wheat
libs(gge)
dat <- transform(dat, eb=paste0(env,block))
m1 <- gge(dat, yield~gen*eb, env.group=env)
biplot(m1, main="linder.wheat")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.