| oldmort {eha} | R Documentation |
Old age mortality, Sundsvall, Sweden, 1860-1880.
Description
The data consists of old age life histories from 1 January 1860 to 31 december 1880, 21 years. Only (parts of) life histories above age 60 is considered.
Usage
data(oldmort)
Format
A data frame with 6508 observations from 4603 persons on the following 13 variables.
idIdentification number.
enterStart age for the interval.
exitStop age for the interval.
eventIndicator of death; equals
TRUEif the person died at the end of the interval,FALSEotherwise.birthdateBirthdate as a real number (i.e., "1765-06-27" is 1765.490).
m.idMother's identification number.
f.idFather's identification number.
sexGender, a factor with levels
malefemalecivCivil status, a factor with levels
unmarriedmarriedwidowses.50Socio-economic status at age 50, a factor with levels
middleunknownupperfarmerlowerbirthplacea factor with levels
parishregionremoteimr.birthInfant mortality rate at birth in the region of birth
regionSubregion of Sundsvall, a factor with levels
townindustryrural
Details
The Sundsvall area in mid-Sweden was during the 19th century a fast growing forest industry. At the end of the century, it was one of the largest sawmill area in Europe. The town Sundsvall is fast growing part of the region and center for the commerse.
Source
The Demographic Data Base, Umeå University, Sweden.
References
Edvinsson, S. (2000). The Demographic Data Base at Umeå University: A resource for historical studies. In Hall, McKaa, and Thorvaldsen (eds), "Handbook of International Historical Microdata for Population Research", Minnesota Population Center, Minneapolis.
Examples
data(oldmort)
summary(oldmort)
## maybe str(oldmort) ; plot(oldmort) ...