powered by
Data from the taste test panel experiment in Chapter 7 of Design and Analysis of Experiments with R
data(taste)
A data frame with 24 observations on the following 3 variables.
panelist
a factor with levels 1 2 3 4 5 6 7 8 9 10 11 12
1
2
3
4
5
6
7
8
9
10
11
12
recipe
a factor with levels "A" "B" "C" "D"
"A"
"B"
"C"
"D"
score
a numeric vector
# NOT RUN { data(taste) # }
Run the code above in your browser using DataLab