Learn R Programming

CMHNPA (version 1.1.1)

whiskey: Whiskey data

Description

Ratings of different whiskeys of differing maturity.

Usage

data(whiskey)

Arguments

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

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

Run this code
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)

Run the code above in your browser using DataLab