https://github.com/cran/robCompositions
Raw File
Tip revision: d761b2fedaa3133904cf8bbd87ad4e6fcfdf79ac authored by Matthias Templ on 15 April 2019, 16:22:43 UTC
version 2.1.0
Tip revision: d761b2f
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