vasoc: Vasoconstriction

Description Usage Format Source References Examples

Description

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

Usage

1

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

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

Flury documentation built on May 1, 2019, 6:50 p.m.