powered by
Utility used by life.table to graduate the person-years lived by those dying in the interval by the method of Coale and Demeny.
life.table
coale(b1, b4, nMx)
two element vector of regression coefficients for graduating 1a0 provided in Coale et al. (1983)
two element vector of regression coefficients for graduating 4a1 provided in Coale et al. (1983)
period central death rates: =nDx/nKx
=nDx/nKx
The first two values (age classes 0-1 and 1-5) of the nax column of a period life table.
Utility function called by life.table.
Coale, A., P. Demeny, and B. Vaughn. 1983. Regional model life tables and stable populations. 2nd ed. New York: Academic Press.
# NOT RUN { data(goodman) vlt1 <- with(goodman, life.table(x=age, nKx=ven.nKx, nDx=ven.nDx, type="cd")) # }
Run the code above in your browser using DataLab