agridat (version 1.16)

tai.potato: Multi-environment trial of potato

Description

Multi-environment trial of potato tuber yields

Usage

data("tai.potato")

Arguments

Format

A data frame with 48 observations on the following 6 variables.

yield

yield, kg/plot

gen

genotype code

variety

variety name

env

environment code

loc

location

year

year

Details

Mean tuber yield of 8 genotypes in 3 locations over two years. Katahdin and Sebago are check varieties. Each location was planted as a 4-rep RCB design.

In Tai's plot of the stability parameters, F5751 and Sebago were in the average stability area. The highest yielding genotype F6032 had an unstable performance.

References

George Fernandez (1991). Analysis of Genotype x Environment Interaction by Stability Estimates. Hort Science, 26, 947-950.

Examples

Run this code
# NOT RUN {
data(tai.potato)
dat = tai.potato

require(lattice)
dotplot(variety ~ yield|env, dat, main="tai.potato")

# fixme - need to add tai() example

# note, st4gi::tai assumes there are replications in the data
# https://github.com/reyzaguirre/st4gi/blob/master/R/tai.R

# }

Run the code above in your browser using DataLab