Learn R Programming

wooldridge (version 1.1.0)

murder: murder

Description

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

Usage

data(murder)

Arguments

Format

A data.frame with 153 rows and 13 variables:

  • id. state identifier

  • state. postal code

  • year. 87, 90, or 93

  • mrdrte. murders per 100,000 people

  • exec. total executions, past 3 years

  • unem. annual unem. rate

  • d90. =1 if year == 90

  • d93. =1 if year == 93

  • cmrdrte. mrdrte - mrdrte[_n-1]

  • cexec. exec - exec[_n-1]

  • cunem. unem - unem[_n-1]

  • cexec_1. cexec[_n-1]

  • cunem_1. cunem[_n-1]

Examples

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

Run the code above in your browser using DataLab