powered by
Data from the blood pressure monitor experiment experiment in Chapter 7 of Design and Analysis of Experiments with R
data(BPmonitor)
A data frame with 12 observations on the following 3 variables.
Block
a factor with levels 1 2 3 4 5 6
1
2
3
4
5
6
Treatment
a factor with levels "P" "A" "B" "C"
"P"
"A"
"B"
"C"
pressure
a numeric vector
# NOT RUN { data(BPmonitor) # }
Run the code above in your browser using DataLab