p5.3: Data Set for Problem 5-3

p5.3R Documentation

Data Set for Problem 5-3

Description

The p5.3 data frame has 12 observations on the number of bacteria surviving in a canned food product and the number of minutes of exposure to 300 degree Fahrenheit heat.

Usage

data(p5.3)

Format

This data frame contains the following columns:

bact

number of surviving bacteria

min

number of minutes of exposure

Source

Montgomery, D.C., Peck, E.A., and Vining, C.G. (2001) Introduction to Linear Regression Analysis. 3rd Edition, John Wiley and Sons.

Examples

data(p5.3)
plot(bact~min, data=p5.3)

MPV documentation built on Sept. 8, 2023, 5:44 p.m.

Related to p5.3 in MPV...