fit {StMoMo} | R Documentation |
Generic for fitting a Stochastic Mortality Model
Description
fit
is a generic function for fitting Stochastic Mortality Models.
The function invokes particular methods which depend on the class of the
first argument.
Usage
fit(object, ...)
Arguments
object |
an object used to select a method. Typically of class
|
... |
arguments to be passed to or from other methods. |
Details
fit
is a generic function which means that new fitting strategies
can be added for particular stochastic mortality models. See for instance
fit.StMoMo
.
[Package StMoMo version 0.4.1 Index]