p5.3 {MPV} | R 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)
[Package MPV version 1.63 Index]