eOpenCD {DDM}R Documentation

estimate remaining life expectancy in the open age group

Description

This calculation is based on an indirect method to reference the Coale-Demeny West model life table. First one makes a pseudo life table deaths column using some stable pop assumptions (different in SEG vs GGB-SEG). Then take the ratio of the sum of ages 10-39 to 40-59. These ratios have been worked out for each model life table level, so we can pick the level based on the ratio we produce from the data. From there, we just pick out the remaining life expectancy that corresponds to the top age in our data, which for now hopefully is not higher than 95. The model life tables do not go higher than 95 for now, but that's well beyond the range for this method family. If your data go beyond 85 or so, then just group down to 85, say, and estimate using that instead of keeping a high open age. Called by segMakeColumns() and ggbsegMakeColumns(), and not intended for direct user interface, because you need to produce the $deathsLT column. You can skip calling this function by specifying eOpen in the top call to seg() or ggbseg().

Usage

eOpenCD(codiaugmented)

Arguments

codiaugmented

the standard codi object being passed through the chain, but having been preprocessed in the course of segMakeColumns() or ggbsegMakeColumns()

Value

numeric an estimate of remaining life expectancy in the open age group


[Package DDM version 1.0-0 Index]