getMinimalFitStMoMo {StMoMo} | R Documentation |
Extract a lighter version of a fitted Stochastic Mortality Model
Description
Obtain a lighter version of a fitted Stochastic Mortality Model with the essential information for plotting, forecasting, and simulation.
Usage
getMinimalFitStMoMo(object)
Arguments
object |
an object of class |
Value
A list with class "fitStMoMo"
with components
model |
The |
ax |
Vector with the fitted values of the static age function
|
bx |
Matrix with the values of the period age-modulating functions
|
kt |
Matrix with the values of the fitted period indexes
|
b0x |
Vector with the values of the cohort age-modulating function
|
gc |
Vector with the fitted cohort index |
Dxt |
Matrix of deaths used in the fitting. |
Ext |
Matrix of exposures used in the fitting. |
oxt |
Matrix of known offset values used in the fitting. |
wxt |
Matrix of 0-1 weights used in the fitting. |
ages |
Vector of ages in the data. |
years |
Vector of years in the data. |
cohorts |
Vector of cohorts in the data. |