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
economy.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/dataSets.R
\docType{data}
\name{economy}
\alias{economy}
\title{economic indicators}
\format{A data frame with 30 observations and 7 variables}
\usage{
data(economy)
}
\description{
Household and government consumptions, gross captial formation and import and exports of goods 
and services.
}
\details{
\itemize{
 \item{\code{country }}{country name}
 \item{\code{country2 }}{country name, short version}
 \item{\code{HHconsumption }}{Household and NPISH final consumption expenditure}
 \item{\code{GOVconsumption }}{Final consumption expenditure of general government}
 \item{\code{capital }}{Gross capital formation}
 \item{\code{exports }}{Exports of goods and services}
 \item{\code{imports }}{Imports of goods and services}
}
}
\examples{

data(economy)
str(economy)
}
\references{
Eurostat, \url{http://ec.europa.eu/eurostat/data}
}
\author{
Peter Filzmoser, Matthias Templ \email{matthias.templ@tuwien.ac.at}
}
\keyword{data}
back to top