New Zealand Marital Data
marital.nz.RdSome marital data mainly from a large NZ company collected in the early 1990s.
Usage
data(marital.nz)Format
A data frame with 6053 observations on the following 3 variables.
agea numeric vector, age in years
ethnicitya factor with levels
EuropeanMaoriOtherPolynesian. Only Europeans are included in the data set.mstatusa factor with levels
Divorced/Separated,Married/Partnered,Single,Widowed.
Details
This is a subset of a data set collected from a self-administered questionnaire administered in a large New Zealand workforce observational study conducted during 1992–3. The data were augmented by a second study consisting of retirees. The data can be considered a reasonable representation of the white male New Zealand population in the early 1990s.
Examples
summary(marital.nz)
#> age ethnicity mstatus
#> Min. :16.00 European :6053 Divorced/Separated: 349
#> 1st Qu.:33.00 Maori : 0 Married/Partnered :4778
#> Median :43.00 Other : 0 Single : 811
#> Mean :43.75 Polynesian: 0 Widowed : 115
#> 3rd Qu.:52.00
#> Max. :88.00