unemployment {catdata} | R Documentation |
long term/short term unemployment
Description
The unemployment
data contains information on 982 unemployed persons.
Usage
data(unemployment)
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
Source
Socio-economic panel 1995
Examples
## Not run:
##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")}
## End(Not run)
[Package catdata version 1.2.4 Index]