| birth | R Documentation |
The birth data contain information about birth and pregnancy of 775 children that were born alive in the time from 1990 to 2004. The data were collected from internet users recruited on french-speaking pregnancy and birth websites
data(birth)
A data frame with 775 observations on the following 25 variables.
IndexMotherID variable
SexSex of child: male = 1, female = 2
WeightWeight of child at the birth in grams
HeightHeight of child at the birth in centimeter
HeadHead circumference of child at the birth in centimeter
MonthMonth of birth from 1 to 12
YearYear of birth
CountryCountry of birth: France (FR), Belgium (BE), Switzerland (CH), Canada (CA), Great Britain (GB), Germany (DE), Spain (ES), United States (US)
TermTerm of pregnancy in weeks from the last menstruation
AgeMotherAge of mother on the day of birth
PreviousNumber of pregnancies before
WeightBeforeWeight of mother before the pregnancy
HeightMotherHeight of mother in centimeter
WeightEndWeight of mother after the pregnancy
TwinsWas the pregnancy a multiple birth? no = 0, yes = 1
IntensiveDays that child spent in intensive care unit
CesareanHas the child been born by cesarean section? no = 0, yes = 1
PlannedHas the cesarean been planned? no = 0, yes = 1
EpisiotomyHas an episiotomy been made? no = 0, yes = 1
TearDid a perineal tear appear? no = 0, yes = 1
OperativeHas an operative aid like delivery forceps or vakuum been used? no = 0, yes = 1
InducedHas the birth been induced artificially? no = 0, yes = 1
MembranesDid the membrans burst before the beginning of the throes? no = 0, yes = 1
RestHas a strict bed rest been ordered to the mother for at least one month during the pregnancy? no = 0, yes = 1
PresentationPresentation of the child before the birth? cephalic presentation = 1, pelvic presentation = 2, other presentation (e.g. across) = 3
see Boulesteix (2006), Maximally selected chi-squared statistics for ordinal variables, Biometrical Journal, 48, 451–462.
## Not run:
##look for:
if(interactive()){vignette("loglinear-birth")}
if(interactive()){vignette("multivariate-birth1")}
if(interactive()){vignette("multivariate-birth2")}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.