Learn R Programming

MPV (version 2.0)

p5.3: 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)

Arguments

Format

This data frame contains the following columns:

bact

number of surviving bacteria

min

number of minutes of exposure

Examples

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

Run the code above in your browser using DataLab