ABdata | R Documentation |
Unbalanced panel dataset of 140 firms from different sectors located in the UK which were observed over the years 1976 until 1984. The dataset contains the variables firm, year, sector, employment, wages, capital, and output and was used in \insertCiteAreBon1991;textualpdynmc which also provides more details on the different variables.
data(ABdata)
A dataset with 1031 rows and 7 variables containing:
firm identifier
year
sector
number of firm employees in the UK
real wage
gross capital stock
industry output
## Not run:
data(ABdata, package = "pdynmc")
n <- ABdata$emp
w <- ABdata$wage
\donttest{plot(y = n, x = w)}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.