lemonade_sugar {CMHNPA}R Documentation

Lemonade Sugar data

Description

Five lemonades with increasing sugar content are ranked by each of ten judges. They were not permitted to give tied outcomes. This is a randomised block design.

Usage

data(lemonade_sugar)

Format

A data frame with 50 rows and three columns.

ranks

the rank each lemonade based on sugar content

sugar_content

type of lemonade ordered by sugar content

judge

the judge providing the ranking

References

Rayner, J.C.W and Livingston, G. C. (2022). An Introduction to Cochran-Mantel-Haenszel Testing and Nonparametric ANOVA. Wiley.

Examples

attach(lemonade_sugar)
gen_cor(x = ranks, y = sugar_content, U = 3, V = 3, rounding = 3)

[Package CMHNPA version 1.1.1 Index]