Revision 603e991f22931dee89245568fb7ae42ec7c13bf2 authored by Matthias Templ on 19 February 2019, 12:50:03 UTC, committed by cran-robot on 19 February 2019, 12:50:03 UTC
1 parent 744e252
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