Revision 775c7e1be4c58aaf8adccdd2b92d07aa9cdc265f authored by Matthias Templ on 14 January 2020, 05:10:03 UTC, committed by cran-robot on 14 January 2020, 05:10:03 UTC
1 parent d761b2f
Raw File
expendituresEU.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/dataSets.R
\docType{data}
\name{expendituresEU}
\alias{expendituresEU}
\title{mean consumption expenditures data.}
\format{A data frame with 27 observations on the following 12 variables.
\itemize{ 
\item{\code{Food}}{a numeric vector} 
\item{\code{Alcohol}}{a numeric vector} 
\item{\code{Clothing}}{a numeric vector}
\item{\code{Housing}}{a numeric vector} 
\item{\code{Furnishings}}{a numeric vector} 
\item{\code{Health}}{a numeric vector}
\item{\code{Transport}}{a numeric vector} 
\item{\code{Communications}}{a numeric vector} 
\item{\code{Recreation}}{a numeric vector}
\item{\code{Education}}{a numeric vector} 
\item{\code{Restaurants}}{a numeric vector} 
\item{\code{Other}}{a numeric vector} 
}}
\source{
Eurostat
}
\description{
Mean consumption expenditure of households at EU-level.  The final
consumption expenditure of households encompasses all domestic costs (by
residents and non-residents) for individual needs.
}
\examples{

data(expendituresEU)

}
\keyword{datasets}
back to top