R Dataset / Package wooldridge / openness

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

openness

Description

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

Usage

data(openness)

Format

A data.frame with 114 rows and 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)

Source

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

Examples

 str(openness)

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

Attachments: csv, json

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