Learn R Programming

pairwiseCI (version 0.1-27)

cabbage: Yield of cabbage in one-factorial field trial

Description

Cabbage yield in dependence of four doses of fertilizer.

Usage

data(cabbage)

Arguments

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

Run this code
# NOT RUN {
data(cabbage)
boxplot(yield~Fert, data=cabbage)
# }

Run the code above in your browser using DataLab