https://github.com/cran/robCompositions
Raw File
Tip revision: 603e991f22931dee89245568fb7ae42ec7c13bf2 authored by Matthias Templ on 19 February 2019, 12:50:03 UTC
version 2.0.10
Tip revision: 603e991
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