Learn R Programming

wooldridge (version 1.4-4)

openness: openness

Description

Wooldridge Source: D. Romer (1993), “Openness and Inflation: Theory and Evidence,” Quarterly Journal of Economics 108, 869-903. The data are included in the article. Data loads lazily.

Usage

data('openness')

Arguments

Format

A data.frame with 114 observations on 12 variables:

  • open: imports as percent GDP, '73-

  • inf: avg. annual inflation, '73-

  • pcinc: 1980 per capita inc., U.S. $

  • land: land area, square miles

  • oil: =1 if major oil producer

  • good: =1 if 'good' data

  • lpcinc: log(pcinc)

  • lland: log(land)

  • lopen: log(open)

  • linf: log(inf)

  • opendec: open/100

  • linfdec: log(inf/100)

Used in Text

pages 566, 579

Examples

Run this code
 str(openness)

Run the code above in your browser using DataLab