Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

cheese

Percentage fat in cheese


Description

A manufacturer of cheese supplies a major pizza chain from three different manufacturing locations. Samples from 6 different batches at each of three different plants were assayed for the percentage fat content.

Format

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

plant

the plant where the cheese was manufactured - a factor with levels A, B and C

batch

the batch of cheese - a factor with levels a to f. Note that batch a from plant A is not related to batch a from plants B or C

fat

fat content of the cheese (%)

References

Peter R. Nelson, Marie Coffin and Karen A. F. Copeland (2003), Introductory Statistics for Engineering Experimentation, Elsevier. (Appendix A)

Examples

str(cheese)
bwplot(batch ~ fat|plant, cheese, layout = c(1,3), strip = FALSE,
       strip.left = TRUE,
       xlab = "Percentage fat content of batches from three plants")
dotplot(reorder(reorder(plant:batch, fat), as.numeric(plant)) ~ fat |
        reorder(plant, fat), cheese, strip = FALSE, strip.left = TRUE,
        layout = c(1, 3), scales = list(y = list(relation = "free")),
        aspect = 0.2, type = c("p", "a"), xlab =
"Percentage fat content - lines join mean fat content per batch",
        ylab = "Batch within plant", jitter.y = TRUE)

EngrExpt

Data sets from "Introductory Statistics for Engineering Experimentation"

v0.1-8
GPL (>= 2)
Authors
R port by Douglas Bates <bates@stat.wisc.edu> and Karen A.F. Copeland <karen@boulderstats.com>
Initial release
2009-08-21

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.