Learn R Programming

crossdes (version 1.1-2)

biertest.dat: The Beer Testing Data in Kunert (1998)

Description

The data comes from a beer testing experiment where assessors had to rate the bitterness of five beers.

Usage

data(biertest.dat)

Arguments

Format

A matrix with 12 rows corresponding to the assessors, 5 columns corresponding to the five periods.

Details

The possible values for the ratings lie in the interval [0, 12]. Note that the data were reordered after the experiment.

Examples

Run this code
# NOT RUN {
data(biertest.dat)
# }

Run the code above in your browser using DataLab