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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/plm-package.R
\docType{data}
\name{Cigar}
\alias{Cigar}
\title{Cigarette Consumption}
\format{
A data frame containing :
\describe{
\item{state}{state abbreviation}
\item{year}{the year}
\item{price}{price per pack of cigarettes}
\item{pop}{population}
\item{pop16}{population above the age of 16}
\item{cpi}{consumer price index (1983=100)}
\item{ndi}{per capita disposable income}
\item{sales}{cigarette sales in packs per capita}
\item{pimin}{minimum price in adjoining states per pack of cigarettes}
}
}
\source{
Online complements to Baltagi (2001):
\url{https://www.wiley.com/legacy/wileychi/baltagi/}
Online complements to Baltagi (2013):
\url{https://bcs.wiley.com/he-bcs/Books?action=resource&bcsId=4338&itemId=1118672321&resourceId=13452}
}
\description{
a panel of 46 observations from 1963 to 1992
}
\details{
\emph{total number of observations} : 1380
\emph{observation} : regional
\emph{country} : United States
}
\references{
\insertRef{BALT:01}{plm}
\insertRef{BALT:13}{plm}
\insertRef{BALT:LEVI:92}{plm}
\insertRef{BALT:GRIF:XION:00}{plm}
}
\keyword{datasets}
|