Learn R Programming

wooldridge (version 1.1.0)

recid: recid

Description

Data loads lazily. Type data(recid) into the console.

Usage

data(recid)

Arguments

Format

A data.frame with 1445 rows and 18 variables:

  • black. =1 if black

  • alcohol. =1 if alcohol problems

  • drugs. =1 if drug history

  • super. =1 if release supervised

  • married. =1 if married when incarc.

  • felon. =1 if felony sentence

  • workprg. =1 if in N.C. pris. work prg.

  • property. =1 if property crime

  • person. =1 if crime against person

  • priors. # prior convictions

  • educ. years of schooling

  • rules. # rules violations in prison

  • age. in months

  • tserved. time served, rounded to months

  • follow. length follow period, months

  • durat. min(time until return, follow)

  • cens. =1 if duration right censored

  • ldurat. log(durat)

Examples

Run this code
# NOT RUN {
 str(recid)
# }

Run the code above in your browser using DataLab