Learn R Programming

bcc (version 1.3.1)

Drapper1998data: Drapper 1998 data

Description

Drapper1998data consists of a data set of the study of contaminated peanut by toxic substances in 34 batches of 120 pounds.

Usage

data(Drapper1998data)

Arguments

Format

A data frame with 34 observations on the following 1 variable.

PROP

a numeric vector

References

Draper, N. R., & Smith, H. (1998) Applied Regression Analysis, New York: John Wiley & Sons. 706p.

Examples

Run this code
# NOT RUN {
data(Drapper1998data)
attach(Drapper1998data)
boxplot(Drapper1998data)
plot(Drapper1998data)
# }

Run the code above in your browser using DataLab