Learn R Programming

wooldridge (version 1.4-4)

ezanders: ezanders

Description

Wooldridge Source: L.E. Papke (1994), “Tax Policy and Urban Development: Evidence from the Indiana Enterprise Zone Program,” Journal of Public Economics 54, 37-49. Professor Papke kindly provided these data. Data loads lazily.

Usage

data('ezanders')

Arguments

Format

A data.frame with 108 observations on 25 variables:

  • month: name of month

  • uclms: unemployment claims

  • ez: =1 if enterprise zone

  • year: 1980 through 1988

  • y81: =1 if year == 1981

  • y82:

  • y83:

  • y84:

  • y85:

  • y86:

  • y87:

  • y88:

  • luclms: log(uclms)

  • jan: =1 if month == JAN

  • feb:

  • mar:

  • apr:

  • may:

  • jun:

  • jul:

  • aug:

  • sep:

  • oct:

  • nov:

  • dec:

Notes

These are actually monthly unemployment claims for the Anderson enterprise zone. Papke used annualized data, across many zones and non-zones, in her original analysis.

Used in Text: page 377

Examples

Run this code
 str(ezanders)

Run the code above in your browser using DataLab