MakeLifeTable(DeathAges, ax = 0.5, n = 1)
c(1,1,5)
tdata.frame
in the form of a life table with the following column headings.
Start and end of the interval, where start of the interval is defined as x, lx (number alive at age x (i.e. at the start of the interval)), nx the size of the interval, dx (number dying between ages x and x+n), mx (death rate in the cohort between ages x and x+n), ax (average time lived in the interval by those dying in the interval), qx (probability of dying between ages x and x+n), px (probability of surviving between ages x and x+n), Lx (`person' years lived between ages emph{x} and emph{x+n}), emph{Tx} (`person'years lived above age emph{x}), emph{ex} (life expectancy at age emph{x}).
}references{ Preston, S.H., Heuveline, P. and Guillot, M. (2001) emph{Demography: Measuring and modeling population processes.} Blackwell Publishers, Oxford, UK. }
author{Owen Jones email{jones@mpg.demogr.de}}
seealso{ code{basta} }
examples{ MakeLifeTable(rpois(100,3)) }
keyword{ misc } keyword{ datagen }