R Dataset / Package wooldridge / recid

On this R-data statistics page, you will find information about the recid data set which pertains to recid. The recid data set is found in the wooldridge R package. You can load the recid data set in R by issuing the following command at the console data("recid"). This will load the data into a variable called recid. If R says the recid data set is not found, you can try installing the package by issuing this command install.packages("wooldridge") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the recid R data set. The size of this file is about 80,931 bytes.

recid

Description

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

Usage

data(recid)

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)

Source

https://www.cengage.com/cgi-wadsworth/course_products_wp.pl?fid=M20b&product_isbn_issn=9781111531041

Examples

 str(recid)

Dataset imported from https://www.r-project.org.

Attachments: csv, json

<iframe src="https://pmagunia.com/iframe/r-dataset-package-wooldridge-recid.html" width="100%" height="100%" style="border:0px"></iframe>