| coef.fitStMoMo {StMoMo} | R Documentation | 
Extract coefficients from a fitted Stochastic Mortality Model
Description
Extract coefficients from a fitted Stochastic Mortality Model
Usage
## S3 method for class 'fitStMoMo'
coef(object, ...)
Arguments
object | 
 an object of class   | 
... | 
 other arguments.  | 
Value
A list of model parameters with components:
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   | 
Examples
APCfit <- fit(apc(), data = EWMaleData)
coef(APCfit)