R Dataset / Package wooldridge / crime1

On this R-data statistics page, you will find information about the crime1 data set which pertains to crime1. The crime1 data set is found in the wooldridge R package. You can load the crime1 data set in R by issuing the following command at the console data("crime1"). This will load the data into a variable called crime1. If R says the crime1 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 crime1 R data set. The size of this file is about 161,550 bytes.

crime1

Description

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

Usage

data(crime1)

Format

A data.frame with 2725 rows and 16 variables:

  • narr86. # times arrested, 1986

  • nfarr86. # felony arrests, 1986

  • nparr86. # property crme arr., 1986

  • pcnv. proportion of prior convictions

  • avgsen. avg sentence length, mos.

  • tottime. time in prison since 18 (mos.)

  • ptime86. mos. in prison during 1986

  • qemp86. # quarters employed, 1986

  • inc86. legal income, 1986, $100s

  • durat. recent unemp duration

  • black. =1 if black

  • hispan. =1 if Hispanic

  • born60. =1 if born in 1960

  • pcnvsq. pcnv^2

  • pt86sq. ptime86^2

  • inc86sq. inc86^2

Source

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

Examples

 str(crime1)

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

Attachments: csv, json

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