vasoc {Flury} | R Documentation |
Effect of the rate and volume of air breathed in by human subjects on vasoconstriction in the skin of their fingers.
data(vasoc)
'vasoc' is a data frame with 39 observations on the following 3 variables.
Volume
Rate
Y
Finney, D.J. (1947) The estimation from original records of the relationship between dose and quantal response Biometrika 34:320-334
Flury, B.D. (1997) A First Course in Multivariate Statistics, New York: Springer
data(vasoc) ## Not run: with(vasoc, plot(Volume, Rate, pch = Y+15, col = Y+1)) ## End(Not run)