| oldmort | R Documentation | 
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.
data(oldmort)
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 TRUE if the person died
at the end of the interval, FALSE otherwise.
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 male female
civCivil status, a factor with levels unmarried married widow
ses.50Socio-economic status at age 50, a factor with levels middle unknown upper farmer lower
birthplacea factor with levels parish region remote
imr.birthInfant mortality rate at birth in the region of birth
regionSubregion of Sundsvall, a factor with levels town industry rural
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.
The Demographic Data Base, Umeå University, Sweden.
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.
data(oldmort)
summary(oldmort)
## maybe str(oldmort) ; plot(oldmort) ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.