R Dataset / Package Zelig / klein

On this R-data statistics page, you will find information about the klein data set which pertains to Simulation Data for model Two-Stage Least Square (twosls) that corresponds to method 2SLS of systemfit. The klein data set is found in the Zelig R package. You can load the klein data set in R by issuing the following command at the console data("klein"). This will load the data into a variable called klein. If R says the klein data set is not found, you can try installing the package by issuing this command install.packages("Zelig") 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 klein R data set. The size of this file is about 1,357 bytes.

Simulation Data for model Two-Stage Least Square (twosls) that corresponds to method 2SLS of systemfit

Description

Dataframe contains annual observations of US economy from 1920 to 1940. The columns are, Year, C=Consumption, P=Corporate profits, P1=Previous year corporate profit,Wtot=Total wage, Wp=Private wage bill, Wg=Government wage bill,I=Investment, K1=Previous year capital stock,X=GNP,G=Government spending, T=Taxes, X1=Previous year GNP, Tm=Year-1931.

Usage

data(klein)

Format

A table containing 14 variables ("year", "C", "P", "P1","Wtot", "Wp", "Wg", "I", "K1","X", "G", "T", "X1", "Tm") and 21 observations.

Source

http://pages.stern.nyu.edu/~wgreene/Text/econometricanalysis.htm

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

Attachments: csv, json

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