Revision 9d594684d2bd4630b4501eac818563d0509628d4 authored by Matthias Templ on 14 August 2017, 12:14:11 UTC, committed by cran-robot on 14 August 2017, 12:14:11 UTC
1 parent 608a88e
Raw File
mortality_tab.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/dataSets.R
\docType{data}
\name{mortality_tab}
\alias{mortality_tab}
\title{mortality table}
\format{A table}
\usage{
data(mortality_tab)
}
\description{
Mortality data by gender, unknown year
}
\details{
\itemize{
 \item{\code{female}}{mortality rates for females by age groups}
 \item{\code{male}}{mortality rates for males by age groups}
}
}
\examples{
data(mortality_tab)
mortality_tab
}
\author{
Matthias Templ
}
\keyword{data}
back to top