Labor force longitudinal categorical data (Table 1)
Source:R/data-labor_force_cat.R
labor_force_cat.RdFive-year employment-status sequences reconstructed from Table 1 in the labor-force example used in Xie and Zimmerman score/Wald antedependence testing work. Category coding is 1 = employed, 2 = unemployed.
Format
A list with five components:
- y
integer matrix of dimension N by 5 containing expanded subject-level sequences
- counts
data frame with columns Y1, Y2, Y3, Y4, Y5, Count
- n_categories
number of categories (2)
- time
integer vector of calendar years (1967:1971)
- status_labels
character vector c("employed", "unemployed")