https://github.com/cran/robCompositions
Raw File
Tip revision: a53065a09c3fce65a63e137deb5bccb6162e6cff authored by Matthias Templ on 18 November 2020, 20:10:02 UTC
version 2.3.0
Tip revision: a53065a
alcoholreg.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/dataSets.R
\docType{data}
\name{alcoholreg}
\alias{alcoholreg}
\title{regional alcohol per capita (15+) consumption by WHO region}
\format{
A data frame with 6 rows and 4 variables
}
\source{
Transfered from the World Health Organisation website.
}
\usage{
data(alcoholreg)
}
\description{
\itemize{
 \item{\code{country }}{Country}
 \item{\code{year }}{Year}
 \item{\code{recorded }}{Recorded alcohol consumption}
 \item{\code{unrecorded }}{Unrecorded alcohol consumption}
}
}
\examples{

data("alcoholreg")
alcoholreg
}
\author{
Matthias Templ \email{matthias.templ@tuwien.ac.at}
}
\keyword{data}
back to top