Oats: The Oats data set

Description Usage Format Source Examples

Description

The yield of three varieties of Oat was recorded in a field trial with 6 Blocks on 4 levels of nitrogen fertilization. Originally a split plot design, here simply for demonstration of pairwiseCI.

Usage

1

Format

A data frame with 72 observations on the following 4 variables.

Block

an ordered factor with levels VI < V < III < IV < II < I

Variety

a factor with levels Golden Rain Marvellous Victory

nitro

a numeric vector

yield

a numeric vector

Source

See Oats(nlme).

Examples

1
2
data(Oats)
boxplot(yield ~ nitro*Variety, data=Oats)

Example output

Loading required package: MCPAN

pairwiseCI documentation built on May 1, 2019, 6:51 p.m.

Related to Oats in pairwiseCI...