ABdata: Employment, wages, capital, and output for companies based in...

ABdataR Documentation

Employment, wages, capital, and output for companies based in the UK

Description

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.

Usage

data(ABdata)

Format

A dataset with 1031 rows and 7 variables containing:

firm

firm identifier

year

year

sector

sector

emp

number of firm employees in the UK

wage

real wage

capital

gross capital stock

output

industry output

References

\insertAllCited

Examples

## Not run: 
  data(ABdata, package = "pdynmc")
  n <- ABdata$emp
  w <- ABdata$wage
  \donttest{plot(y = n, x = w)}

## End(Not run)


pdynmc documentation built on Nov. 25, 2023, 1:08 a.m.