Learn R Programming

agridat (version 1.23)

kirk.potato: Variety trial of potatoes, highly replicated

Description

Variety trial of potatoes, highly replicated

Usage

data("kirk.potato")

Arguments

Format

A data frame with 380 observations on the following 5 variables.

row

row ordinate

col

column ordinate

rep

replicate (not block)

gen

genotype (variety)

yield

yield, pounds per plot

Details

A highly-replicated variety trial of potatoes planted in 1924 with check plots every 5th row. Entries were not randomized. The rod rows were planted in series across the field, the rows spaced five links apart (nearly 3.5 feet) and with 3.5 foot passes between the series.

The replicates are sometimes dis-jointed, so are not really blocks.

References

None

Examples

Run this code
if (FALSE) {
  library(agridat)
  data(kirk.potato)
  dat <- kirk.potato
  libs(desplot)
  desplot(dat, yield ~ col*row,
          flip=TRUE, aspect=1,
          main="kirk.potato")

  # Match means in Table I
  libs(dplyr)
  dat 
}

Run the code above in your browser using DataLab