vasoc {Flury}R Documentation

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)

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

References

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

Examples

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


[Package Flury version 0.1-2 Index]