Learn R Programming

pairwiseCI (version 0.1-21)

bean: Yield of beans in a two factorial field trial

Description

Block design with four blocks. Within the blocks a 2x3 factorial design was randomized: Two types of horse beans (Vicia faba) were grown under three fertilization levels of phosphor.

Usage

data(bean)

Arguments

source

Petersen, RG: Design and Analysis of experiments. Marcel Dekker, Inc.

Examples

Run this code
data(bean)
boxplot(yield ~ P*T, data=bean)

Run the code above in your browser using DataLab