Finney: Finney data from 'Annals of Eugenics' 1947

FinneyR Documentation

Finney data from 'Annals of Eugenics' 1947

Description

Finney data over 39 observations on occurence or not of vaso-constriction. The data were obtained in a study of the effect of the rate and volume of air inspired on a transcient vaso-constriction in the skin of the digits. The R function, plotFdat, for plotting the variables is included in the list.

Usage

data(Finney)

Format

A list with the following components

Resp

Occurence (Resp=1) or not (Resp=0) of vaso-constriction

Vol

Volume of air inspired

Rate

Observed Rate

plotFdat

R function for plotting the response and explanatory variables

Source

Finney (1947), The truncated binomial distribution, Annals of Eugenics, 14: 319-328.

References

Kuensch, H.R., Stefanski L.A., Carroll R.J. (1989). Conditionally unbiased bounded-influence estimation in general regression models, with application to generalized linear models. Journal of the American Statistical Association, 84, 460-466.

Examples

library(robcbi)
data(Finney)
Vol   <- Finney$Vol; Rate <- Finney$Rate; Resp  <- Finney$Resp
lVol  <- log(Vol);  lRate <- log(Rate)

robcbi documentation built on Aug. 22, 2023, 1:06 a.m.