Description Usage Format Details Source References Examples
The survival of prematurely born babies is modeled based on several characteristics.
1 2 |
d.babysurv is a data frame with 246 observations on the
following 6 variables. To be checked!!!
SurvivalBinary variable to be modelled: The babies
with Survival==1 have survived
WeightWeight
AgeAge in ...
Apgar1, Apgar2Two scores that desribe the vitality of the baby
pHBlood pH at birth
d.babysurvGr contains summarized data: All babies in the same
weight class of width 100 are grouped. The other variables are
neglected.
Number of babies in each weight class.
Number of babies that have not survived in each weight class.
Mean of weight class
...
Hibbard (1986)
Hibbard (1986)
1 2 3 | data(d.babysurv)
data(d.babysurvGr)
plot(I(Survival.1/n)~Weight, data=d.babysurvGr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.