residuals.fitStMoMo {StMoMo} | R Documentation |
Extract deviance residuals of a Stochastic Mortality Model
Description
Compute deviance residuals of a fitted Stochastic Mortality Model.
These residuals can be plotted using plot.resStMoMo
.
Usage
## S3 method for class 'fitStMoMo'
residuals(object, scale = TRUE, ...)
Arguments
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. |
Value
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 |
See Also
Examples
CBDfit <- fit(cbd(), data = central2initial(EWMaleData), ages.fit = 55:89)
CBDres <- residuals(CBDfit)
plot(CBDres)
[Package StMoMo version 0.4.1 Index]