eha (version 2.8.5)

infants: Infant mortality and maternal death, Sweeden 1821--1894.

Description

Matched data on infant mortality, from seven parishes in Sweden, 1821--1894.

Usage

data(infants)

Arguments

Format

A data frame with 80 rows and five variables.

stratum

Triplet No. Each triplet consist of one infant whose mother died (a case), and two controls, i.e, infants whose mother did not die. Matched on covariates below.

enter

Age (in days) of case when its mother died.

exit

Age (in days) at death or right censoring (at age 365 days).

event

Follow-up ends with death (1) or right censoring (0).

mother

dead for cases, alive for controls.

age

Mother's age at infant's birth.

sex

The infant's sex.

parish

Birth parish, either Nedertornea or not Nedertornea.

civst

Civil status of mother, married or unmarried.

ses

Socio-economic status of mother, either farmer or not farmer.

year

Year of birth of the infant.

Details

From 5641 first-born in seven Swedish parishes 1820-1895, from Fleninge in the very south to Nedertorne<U+00E5> in the very north, those whose mother died during their first year of life were selected, in all 35 infants. To each of them, two controls were selected by matching on the given covariates.

References

Brostr<U+00F6>m, G. (1987). The influence of mother's death on infant mortality: A case study in matched data survival analysis. Scandinavian Journal of Statistics 14, 113-123.

Examples

Run this code
# NOT RUN {
data(infants)
fit <- coxreg(Surv(enter, exit, event) ~ strata(stratum) + mother, data
= infants)
fit
fit.w <- phreg(Surv(enter, exit, event) ~ mother + parish + ses, data =
infants)
summary(fit.w) ## Weibull proportional hazards model.
# }

Run the code above in your browser using DataLab