Learn R Programming

catdata (version 1.2.4)

unemployment: long term/short term unemployment

Description

The unemployment data contains information on 982 unemployed persons.

Usage

data(unemployment)

Arguments

Format

A data frame with 982 observations on the following 2 variables.

age

age of the person in years (from 16 to 61)

durbin

short term (1) or long-term (2) unemployment

Examples

Run this code
if (FALSE) {
##look for:
if(interactive()){vignette("binary-unemployment")}
if(interactive()){vignette("modbin-unemployment1")}
if(interactive()){vignette("modbin-unemployment2")}
if(interactive()){vignette("semiparametric-unemployment")}
if(interactive()){vignette("tree-unemployment")}
}

Run the code above in your browser using DataLab