Learn R Programming

Sleuth2 (version 2.0-7)

ex1417: Tennessee Corn Yield Trials

Description

Corn yield trials were performed at four locations in Tennessee in 1999. Data shows the average yields for six hybrids at each of four locations.

Usage

ex1417

Arguments

Format

A data frame with 30 observations on the following 3 variables.

Location

a factor with five levels: "Ames.irr", "Ames.un", "Crossvill", "Knoxville" and "Milan"

Hybrid

a factor with six levels: "AsgrowRX799", "Beck5912W", "Cargill7821", "FFR739W", "NorthrupKing" and "Pioneer"

Yield

average yield (bushels per acre)

References

University of Tennessee Agricultural Experiment Station.

Examples

Run this code
str(ex1417)

Run the code above in your browser using DataLab