Learn R Programming

faraway (version 1.0.7)

penicillin: Penicillin yield by block and treatment

Description

The production of penicillin uses a raw material, corn steep liquor, is quite variable and can only be made in blends sufficient for four runs. There are four processes, A, B, C and D, for the production.

Usage

data(penicillin)

Arguments

Format

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

treat

a factor with levels A B C D

blend

a factor with levels Blend1 Blend2 Blend3 Blend4 Blend5

yield

a numeric vector

Examples

Run this code
data(penicillin)
## maybe str(penicillin) ; plot(penicillin) ...

Run the code above in your browser using DataLab