seqhandbook (version 0.1.0)

trajact: Sample of employment histories

Description

A data frame describing the employment status from age 14 to age 50. It's a sample of 500 interviewees from "Biographies et entourage" survey (INED, 2001).

Usage

data("trajact")

Arguments

Format

A data frame with 500 observations and 37 variables. Each variable is numeric and describes the employment status at a given age : 1 = education, 2 = full-time job, 3 = part-time job, 4 = small jobs, 5 = inactivity, 6 = military service.

Examples

Run this code
data(trajact)
str(trajact)

Run the code above in your browser using DataCamp Workspace