Extract deviance residuals of a Stochastic Mortality Model
Compute deviance residuals of a fitted Stochastic Mortality Model.
These residuals can be plotted using plot.resStMoMo
.
## S3 method for class 'fitStMoMo' residuals(object, scale = TRUE, ...)
object |
an object of class |
scale |
logical indicating whether the residuals should be scaled
or not by dividing the deviance by the overdispersion of the model.
Default is |
... |
other arguments. |
An object of class "resStMoMo"
with the residuals. This
object has components:
residuals |
a matrix with the residuals. |
ages |
ages corresponding to the rows in |
years |
years corresponding to the columns in |
CBDfit <- fit(cbd(), data = central2initial(EWMaleData), ages.fit = 55:89) CBDres <- residuals(CBDfit) plot(CBDres)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.