Learn R Programming

daewr (version 1.1-8)

BPmonitor: blood pressure monitor experiment

Description

Data from the blood pressure monitor experiment experiment in Chapter 7 of Design and Analysis of Experiments with R

Usage

data(BPmonitor)

Arguments

Format

A data frame with 12 observations on the following 3 variables.

Block

a factor with levels 1 2 3 4 5 6

Treatment

a factor with levels "P" "A" "B" "C"

pressure

a numeric vector

Examples

Run this code
# NOT RUN {
data(BPmonitor)
# }

Run the code above in your browser using DataLab