Learn R Programming

catdata (version 1.2.4)

vaso: Vasoconstriciton and Breathing

Description

The vaso data contains binary data. Three test persons inhaled a certain amount of air with different rates. In some cases a vasoconstriction (neural constriction of vasculature) occured at their skin. The goal of the study was to indicate a correlation between breathing and vasoconstriction. The test persons repeated the test 9, 8, 22 times. So the dataframe has 39 observations.

Usage

data(vaso)

Arguments

Format

A data frame with 39 observations on the following 3 variables.

vol

amount of air

rate

rate of breathing

vaso

condition of vasculature: no vasoconstriction = 1, vasoconstriction = 2

References

Finney, D. J. (1971) Probit Analysis. 3rd edition. Cambridge University Press.

Pregibon, D. (1982) Resistant fits for some commonly used logistic models. Appl. Stat. 29, 15--24.

Hastie, T. J. and Tibshirani, R. J. (1990) Generalized Additve Models. Chapman and Hall.

Examples

Run this code
if (FALSE) {
##look for:
if(interactive()){vignette("binary-vaso")}
}

Run the code above in your browser using DataLab