keyfitz {demogR} | R Documentation |
keyfitz
Description
Utility used by life.table
to graduate the person-years lived
by those dying in the interval by the method of Keyfitz and Flieger
(1990).
Usage
keyfitz(b0, nMx)
Arguments
b0 |
two element vector of regression coefficients provided in
Keyfitz and Flieger (1990). Default value: |
nMx |
period central death rates: |
Details
Utility function called by life.table
.
Value
The first two values (age classes 0-1 and 1-5) of the nax column of a period life table.
References
Keyfitz, N., and W. Flieger. 1990. World population growth and aging: Demographic trends in the late twentieth century. Chicago: University of Chicago Press.
See Also
Examples
data(goodman)
## default type="kf"
vlt <- with(goodman, life.table(x=age, nKx=ven.nKx, nDx=ven.nDx))
[Package demogR version 0.6.0 Index]