Learn R Programming

UsingR (version 2.0-7)

blood: blood pressure readings

Description

blood pressure of 15 males taken by machine and expert

Usage

data(blood)

Arguments

Format

This data frame contains the following columns:

Machine

a numeric vector

Expert

a numeric vector

References

~~ possibly secondary sources and usages ~~

Examples

Run this code
# NOT RUN {
data(blood)
attach(blood)
t.test(Machine,Expert)
detach(blood)
# }

Run the code above in your browser using DataLab