| d.babysurvival | R Documentation |
Survival of Premature Infants to be modeled using 5 potential explanatory variables.
data("d.babysurvival")
data("d.babysurvGr")
d.babysurvival:
A data frame with 246 observations on the following 6 variables.
Survivalbinary, 1 means the infant survived
Weightbirth weight [g]
Agepregnancy in weeks
Apgar1A score indication the fitness of the infant at birth, scores 0 to 9
Apgar5alternative score
pHblood pH
d.babysurvGr:
Grouped data: Number of Infants that died and survived for each class
of birth weight.
nNumber of infants in the weight class
Survival.0, Survivl.1Number of infants that died and survived, respectively
Weightbirth weight
Hibbard (1986)
data(d.babysurvival)
summary(d.babysurvival)
rr <- glm(Survival~Weight+Age+Apgar1, data=d.babysurvival, family="binomial")
plregr(rr, xvar= ~Age+Apgar1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.