File: popmort.Rd

package info (click to toggle)
r-cran-popepi 0.4.13%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,656 kB
  • sloc: sh: 13; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,172 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data_document.R
\name{popmort}
\alias{popmort}
\title{Population mortality rates in Finland 1951 - 2013 in 101 age groups and
by gender. This is an example of a population hazard table as used in
\pkg{popEpi}; for the general help page, see \verb{[pophaz]}.}
\format{
\code{data.table} with columns
\itemize{
\item \code{sex} gender coded as male, female (0, 1)
\item \code{year} calendar year
\item \code{agegroup} - coded 0 to 100; one-year age groups
\item \code{haz} the average population mortality rate per person-year
(d/(pyrs), where d is the number of deaths and pyrs is the person-years)
}
}
\source{
Statistics Finland
}
\description{
Population mortality rates in Finland 1951 - 2013 in 101 age groups and
by gender. This is an example of a population hazard table as used in
\pkg{popEpi}; for the general help page, see \verb{[pophaz]}.
}
\seealso{
\verb{[pophaz]}

Other popEpi data: 
\code{\link{ICSS}},
\code{\link{meanpop_fi}},
\code{\link{sibr}},
\code{\link{sire}},
\code{\link{stdpop101}},
\code{\link{stdpop18}}
}
\concept{popEpi data}