divorce {SDAResources} | R Documentation |
divorce data
Description
Data from a sample of divorce records for states in the Divorce Registration Area.
Usage
data(divorce)
Format
This data frame contains the following columns:
- state:
state name (character variable)
- abbrev:
state abbreviation (character variable)
- samprate:
sampling rate for state
- numrecs:
number of records sampled in state
- hsblt20:
number of records in sample with husband's age < 20
- hsb20to24:
number of records with 20 <= husband's age <= 24
- hsb25to29:
number of records with 25 <= husband's age <= 29
- hsb30to34:
number of records with 30 <= husband's age <= 34
- hsb35to39:
number of records with 35 <= husband's age <= 39
- hsb40to44:
number of records with 40 <= husband's age <= 44
- hsb45to49:
number of records with 45 <= husband's age <= 49
- hsbge50:
number of records with husband's age => 50
- wflt20:
number of records with wife's age < 20
- wf20to24:
number of records with 20 <= wife's age <= 24
- wf25to29:
number of records with 25 <= wife's age <= 29
- wf30to34:
number of records with 30 <= wife's age <= 34
- wf35to39:
number of records with 35 <= wife's age <= 39
- wf40to44:
number of records with 40 <= wife's age <= 44
- wf45to49:
number of records with 45 <= wife's age <= 49
- wfge50:
number of records with wife's age => 50
References
Source: National Center for Health Statistics (1987).
Lohr (2021), Sampling: Design and Analysis, 3rd Edition. Boca Raton, FL: CRC Press.
Lu and Lohr (2021), R Companion for Sampling: Design and Analysis, 3rd Edition, 1st Edition. Boca Raton, FL: CRC Press.