| fert | R Documentation |
Birth intervals for married women with at least one birth, 19th northern Sweden
data(fert)
A data frame with 12169 observations the lengths (in years) of birth
intervals for 1859 married women with at least one birth. The first
interval (parity = 0) is the interval from marriage to first birth.
idPersonal identification number for mother.
parityTime order of birth interval for the present
mother. The interval with parity = 0 is the first, from
marriage to first birth.
ageThe age of mother at start of interval.
yearThe calendar year at start of interval.
next.ivlThe length of the coming time interval.
eventAn indicator for whether the next.ivl
ends in a new birth (event = 1) or is right censored
(event = 0). Censoring occurs when the woman ends her
fertility period within her first marriage (marriage dissolution
or reaching the age of 48).
prev.ivlThe length of the previous time interval. May be used as explanatory variable in a Cox regression of birth intervals.
sesSocio-economic status, a factor with levels
lower, upper, farmer, and unknown.
parishThe Skelleftea region consists of three parishes, Jorn, Norsjo, and Skelleftea.
The data set contain clusters of dependent observations defined by mother's id.
Data is coming from The Demographic Data Base, Umea University, Umea, Sweden.
https://www.umu.se/enheten-for-demografi-och-aldrandeforskning/
data(fert)
fit <- coxreg(Surv(next.ivl, event) ~ ses + prev.ivl, data = fert, subset =
(parity == 1))
summary(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.