D014. Multi-environmental trial of wheat varieties

The data file can be downloaded here:

Multi-environmental trial data with 8 locations (location), 2 replicates (rep; in only one location), incomplete blocks (ibk), checks (check; 2 levels), rows (row), and columns (col). Response variable is yield (yield), recorded in bushels/acre, for 273 varieties of wheat (gen) (Belamkar et al. 2018).

d014 <- read.table(here::here("data", "PHENO_WHEAT.txt"), header = TRUE)
location rep ibk check gen col row yield
Alliance 1 1 1 Camelot 1 16 71.4
Alliance 1 1 0 NE16471 1 17 56.5
Alliance 1 1 0 NE16510 1 18 50.8
Alliance 1 1 0 NE16516 1 19 49.8
Alliance 1 1 0 NE16570 1 20 52.2
Alliance 1 1 0 NE16650 1 21 42.0
Alliance 1 1 0 NE16553 1 22 57.4
Alliance 1 1 0 NE16482 1 23 49.5