Returns age and sex-specific mortality probabilities for a given region
Value
This function should be used within
define_transition() or define_parameters().
Details
Only locally cached data are available. For memory space reasons local data is only available for WHO high-income countries (pooled), and only for the latest year.
Examples
define_transition(
C, get_who_mr(age = 50 + model_time, sex = "FMLE", region = "EUR"),
0, 1
)
#> No named state -> generating names.
#> A transition matrix, 2 states.
#>
#> A B
#> A C get_who_mr(age = 50 + model_time, sex = "FMLE", region = "EUR")
#> B 1