https://github.com/cran/robCompositions
Raw File
Tip revision: f01abd0472ad5b8c0738280481e4a1b4d39e8832 authored by Matthias Templ on 11 January 2017, 23:50:05 UTC
version 2.0.3
Tip revision: f01abd0
ageCatWorld.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/dataSets.R
\docType{data}
\name{ageCatWorld}
\alias{ageCatWorld}
\title{Child, middle and eldery population}
\format{A data frame with 195 rows and 4 variables}
\usage{
data(ageCatWorld)
}
\description{
Percentages of childs, middle generation and eldery population in 195 countries.
}
\details{
\itemize{
 \item{\code{<15 }}{numeric vector of percentages of sand}
 \item{\code{15-60 }}{numeric vector of percentages of silt}
 \item{\code{60+ }}{numeric vector of percentages of clay}
 \item{\code{country }}{country of origin}
}

The rows sum up to 100.
}
\examples{

data(ageCatWorld)
str(ageCatWorld)
summary(ageCatWorld)
rowSums(ageCatWorld[, 1:3])
ternaryDiag(ageCatWorld[, 1:3])
plot(pivotCoord(ageCatWorld[, 1:3]))
}
\author{
extracted by Karel Hron and Eva Fiserova, implemented by Matthias Templ
}
\references{
Fiserova, E. and Hron, K. (2012). Statistical Inference in Orthogonal Regression for Three-Part Compositional Data Using a Linear Model with Type-II Constraints. \emph{Communications in Statistics - Theory and Methods}, 41 (13-14), 2367-2385.
}
\keyword{data}

back to top