blood {UsingR} | R Documentation |
blood pressure of 15 males taken by machine and expert
data(blood)
This data frame contains the following columns:
Taken from Kitchen's Exploring Statistics.
~~ possibly secondary sources and usages ~~
data(blood) attach(blood) t.test(Machine,Expert) detach(blood)