Learn R Programming

Flury (version 0.1-3)

vasoc: Vasoconstriction

Description

Effect of the rate and volume of air breathed in by human subjects on vasoconstriction in the skin of their fingers.

Usage

data(vasoc)

Arguments

Format

'vasoc' is a data frame with 39 observations on the following 3 variables.
Volume
Volume of air inspired
Rate
Rate of air inspired
Y
Binary indicator, 1 = vasoconstriction, 0 = no-vasoconstriction

Source

Finney, D.J. (1947) The estimation from original records of the relationship between dose and quantal response Biometrika 34:320-334

Details

References

Flury, B.D. (1997) A First Course in Multivariate Statistics, New York: Springer

Examples

Run this code
data(vasoc)
## Not run: 
# with(vasoc, plot(Volume, Rate, pch = Y+15, col = Y+1))## End(Not run)

Run the code above in your browser using DataLab