Learn R Programming

CMHNPA (version 1.1.1)

icecream: Ice Cream data

Description

Ice Cream data

Usage

data(icecream)

Arguments

Format

A data frame with 21 rows and three columns.

rank

the rank of the ice cream within each judging block

judge

the judge that was used

variety

the type of ice cream that was tested

Details

The icecream data set comes from a Balanced Incomplete Block Design. There are seven vanilla ice-creams that are the same except for increasing amounts of vanilla flavouring. Seven judges each taste three varieties.

References

Conover, W. J. (1998). Practical nonparametric statistics (3rd ed.). New York: Wiley. Rayner, J.C.W and Livingston, G. C. (2022). An Introduction to Cochran-Mantel-Haenszel Testing and Nonparametric ANOVA. Wiley.

Examples

Run this code
attach(icecream)
durbin(y = rank, groups = variety, blocks = judge)

Run the code above in your browser using DataLab