whiskey {CMHNPA} | R Documentation |
Whiskey data
Description
Ratings of different whiskeys of differing maturity.
Usage
data(whiskey)
Format
A data frame with 8 rows and two columns.
- maturity
the length of time the whiskey has matured for
- grade
grade applied to the whiskey. A lower score indicates a better whiskey
Source
O'Mahony (1986, p.363)
References
Rayner, J.C.W. and Best, D.J. (2001). A Contingency Table Approach to Nonparametric Testing. Chapman & Hall/CRC: Boca Raton FL.
O'Mahony, M. (1986). Sensory Evaluation of Food - Statistical Methods and Procedures. Marcel Dekker: New York.
Examples
attach(whiskey)
CMH(treatment = maturity, response = grade, a_ij = c(1,5,7),
b_hj = 1:3, test_OPA = FALSE, test_GA = FALSE, test_MS = FALSE)
[Package CMHNPA version 1.1.1 Index]