R Dataset / Package plm / EmplUK
On this R-data statistics page, you will find information about the EmplUK data set which pertains to Employment and Wages in the United Kingdom. The EmplUK data set is found in the plm R package. You can load the EmplUK data set in R by issuing the following command at the console data("EmplUK"). This will load the data into a variable called EmplUK. If R says the EmplUK 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 EmplUK R data set. The size of this file is about 46,130 bytes.
Employment and Wages in the United Kingdom
Description
An unbalanced panel of 140 observations from 1976 to 1984
total number of observations : 1031
observation : firms
country : United Kingdom
Usage
data(EmplUK)
Format
A data frame containing :
- firm
-
firm index
- year
-
year
- sector
-
the sector of activity
- emp
-
employment
- wage
-
wages
- capital
-
capital
- output
-
output
Source
Arellano, M. and Bond, S. (1991), Some Tests of Specification for Panel Data: Monte Carlo Evidence and an Application to Employment Equations, The Review of Economic Studies, vol. 58(2), 1991, pp. 227–297.
Dataset imported from https://www.r-project.org.