1. Home
  2. ASReml-R 4 Commands
  3. cheese – Cheese tasting

cheese – Cheese tasting

Description

cheese: Tasting category counts on four cheeses.

Usage

cheese

To load the file into ASReml-R and view the contents use the commands:

library(asreml)
data(package="asreml")
data("cheese")
View(cheese)
Format
A data frame with 11 columns and 4 rows:
Cheese A factor with 4 levels
cat1 Taste category 1 counts
cat2 Taste category 2 counts
cat3 Taste category 3 counts
cat4 Taste category 4 counts
cat5 Taste category 5 counts
cat6 Taste category 6 counts
cat7 Taste category 7 counts
cat8 Taste category 8 counts
cat9 Taste category 9 counts
tot Total counts for each cheese
Details

Four cheeses were scored on a nine point scale by 52 judges.

References

McCullagh P and Nelder JA (1989). Generalized Linear Models. CRC Press.

Updated on January 24, 2019

Was this article helpful?

Related Articles