tastetest: Taste test data

Description Format Details Source Examples

Description

Tthe results from a study comparing different preparation methods for taste test samples.

Format

A data frame with 16 observations on 2 (taste1) or 4 (tastetest) variables.

Details

The samples were prepared for tasting using either a coarse screen or a fine screen, and with either a high or low liquid content. A total taste score is recorded for each of 16 groups of 50 testers each. Each group had 25 men and 25 women, each of whom scored the samples on a scale from -3 (terrible) to 3 (excellent). The sum of these individual scores is the overall taste score for the group.

Source

E. Street and M. G. Carroll, Preliminary evaluation of a food product, Statistics: A Guide to the Unknown (Judith M. Tanur et al., eds.), Holden-Day, 1972, pp. 220-238.

Examples

1
2
3
4
5
6
data(tastetest)
data(taste1)
require(Hmisc)
xyplot(score~scr, data=tastetest)
xyplot(score~scr, groups=liq, tastetest, type='a')
favstats(score~scr, data=tastetest)

fastR documentation built on May 1, 2019, 11:18 p.m.