R Dataset / Package plm / SumHes
On this R-data statistics page, you will find information about the SumHes data set which pertains to The Penn World Table, v. 5. The SumHes data set is found in the plm R package. You can load the SumHes data set in R by issuing the following command at the console data("SumHes"). This will load the data into a variable called SumHes. If R says the SumHes data set is not found, you can try installing the package by issuing this command install.packages("plm") 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 SumHes R data set. The size of this file is about 130,797 bytes.
The Penn World Table, v. 5
Description
A panel of 125 observations from 1960 to 1985
total number of observations : 3250
observation : country
country : World
Usage
data(SumHes)
Format
A data frame containing :
- year
-
the year
- country
-
the country name (factor)
- opec
-
OPEC member?
- com
-
communist regime?
- pop
-
country's population (in thousands)
- gdp
-
real GDP per capita (in 1985 US dollars)
- sr
-
saving rate (in percent)
Source
Online supplements to Hayashi (2000).
http://fhayashi.fc2web.com/datasets.htm
References
Hayashi, F. (2000) Econometrics, Princeton University Press, chapter 5, pp. 358β363.
Summers, R. and A. Heston (1991) βThe Penn World Table (Mark 5): An expanded set of international comparisons, 1950β1988β, Quarterly Journal of Economics, 106(2), pp. 327-368.
Dataset imported from https://www.r-project.org.