Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

blood

blood pressure readings


Description

blood pressure of 15 males taken by machine and expert

Usage

data(blood)

Format

This data frame contains the following columns:

Machine

a numeric vector

Expert

a numeric vector

Source

Taken from Kitchen's Exploring Statistics.

References

~~ possibly secondary sources and usages ~~

Examples

data(blood)
attach(blood)
t.test(Machine,Expert)
detach(blood)

UsingR

Data Sets, Etc. for the Text "Using R for Introductory Statistics", Second Edition

v2.0-6
GPL (>= 2)
Authors
John Verzani <verzani@math.csi.cuny.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.