Revision 9ae1e67cb5e13c5bbc731a5fc56a0053182f16b0 authored by Matthias Templ on 11 February 2020, 16:20:02 UTC, committed by cran-robot on 11 February 2020, 16:20:02 UTC
1 parent 775c7e1
Raw File
cancer.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/dataSets.R
\docType{data}
\name{cancer}
\alias{cancer}
\title{hospital discharges on cancer and distribution of age}
\format{A data set on 24 compositions on 6 variables.}
\source{
\url{http://www.ec.europa.eu/eurostat} and \url{http://unstats.un.org/unsd}
}
\description{
Hospital discharges of in-patients on neoplasms (cancer) per 100.000 inhabitants (year 2007) and population age structure.
}
\details{
\itemize{
\item{\code{country }}{country}                            
\item{\code{year }}{year}                                      
\item{\code{p1 }}{percentage of population with age below 15}                       
\item{\code{p2 }}{percentage of population with age between 15 and 60}
\item{\code{p3 }}{percentage of population with age above 60}                    
\item{\code{discharges }}{hospital discharges of in-patients on neoplasms (cancer) per 100.000 inhabitants}
}

The response (discharges) is provided for the European Union countries (except Greece, Hungary and Malta) by Eurostat. As explanatory variables we use the age structure of the population in the same countries (year 2008). The age structure consists of three parts, age smaller than 15, age between 15 and 60 and age above 60 years, and they are expressed as percentages on the overall population in the countries. The data are provided by the United Nations Statistics Division.
}
\examples{

data(cancer)
str(cancer)
}
\references{
K. Hron, P. Filzmoser, K. Thompson (2012). Linear regression with compositional explanatory variables. \emph{Journal of Applied Statistics}, Volume 39, Issue 5, 2012.
}
\author{
conversion to R by Karel Hron and Matthias Templ \email{matthias.templ@tuwien.ac.at}
}
\keyword{datasets}
back to top