sim_death_lc {StanMoMo} | R Documentation |
Simulation of death counts from the Lee-Carter mortality model
Description
Simulation of death counts from the Lee-Carter mortality model
Usage
sim_death_lc(a, b, k, phi, exposure)
Arguments
a |
vector of age component |
b |
vector of age/year component |
k |
vector of year component |
phi |
dispersion parameter |
exposure |
matrix of exposure data |
Value
matrix of death count
[Package StanMoMo version 1.2.0 Index]