1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/plm-package.R
\docType{data}
\name{EmplUK}
\alias{EmplUK}
\title{Employment and Wages in the United Kingdom}
\format{
A data frame containing :
\describe{
\item{firm}{firm index}
\item{year}{year}
\item{sector}{the sector of activity}
\item{emp}{employment}
\item{wage}{wages}
\item{capital}{capital}
\item{output}{output}
}
}
\source{
\insertRef{AREL:BOND:91}{plm}
}
\description{
An unbalanced panel of 140 observations from 1976 to 1984
}
\details{
\emph{total number of observations} : 1031
\emph{observation} : firms
\emph{country} : United Kingdom
}
\keyword{datasets}
|