cabbage {pairwiseCI}R Documentation

Yield of cabbage in one-factorial field trial

Description

Cabbage yield in dependence of four doses of fertilizer.

Usage

data(cabbage)

Format

A data frame with 20 observations on the following 2 variables.

Fert
a factor with levels D1 D2 D3 D4, the different doses of fertilizer
yield
a numeric vector, cabbage yield

Examples

data(cabbage)
boxplot(yield~Fert, data=cabbage)

[Package pairwiseCI version 0.1-15 Index]