View source: R/reverse_survival_aux.R
find_mlt | R Documentation |
Retrieve survival data for provided model life tables
find_mlt(lt_family, e0, ages, sex)
lt_family |
Model Life Table family name (Chilean, Far_East_Asian, Latin, General, South_Asian, North, South, East, West) |
e0 |
Life expectancy level for life table (lower bound = 20) |
ages |
age selection of data (single age-interval from 0 to 130) |
sex |
'female' or 'male' or 'both' |
data.frame with selected ages 'age' and survival functions 'lx_std'
find_mlt( lt_family = 'Latin', e0 = 60, ages = 0:5, sex = 'male')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.