Initialises an iMoMo oject which represents a generalised Age-Period-Cohort improvement rate mortality model
1 2 3 4 5 6 7 8 9 10 | iMoMo(
staticAgeFun = TRUE,
periodAgeFun = "NP",
cohortAgeFun = NULL,
type = c("indirect", "direct"),
constFun = function(ax, bx, kt, b0x, gc, wxt, ages) list(ax = ax, bx = bx, kt = kt,
b0x = b0x, gc = gc),
constFunEst = function(Ax, ax, bx, kt, b0x, gc, wxt, ages) list(Ax = Ax, ax = ax, bx
= bx, kt = kt, b0x = b0x, gc = gc)
)
|
staticAgeFun |
logical value indicating if a static age function α_x is to be included. |
periodAgeFun |
a list of length N with the definitions of the
period age modulating parameters β_x^{(i)}. Each entry can take
values: |
cohortAgeFun |
defines the cohort age modulating parameter
β_x^{(0)}. It can take values: |
type |
defines the type of estimation method to be used.
|
constFun |
function defining the identifiability constraints of the
model. It must be a function of the form
|
constFunEst |
function defining the identifiability constraints for the
equivalent mortality rate model. It must be a function of the form
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.