fit: Generic for fitting a Stochastic Mortality Model

Description Usage Arguments Details

View source: R/fitStMoMo.R

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

1
fit(object, ...)

Arguments

object

an object used to select a method. Typically of class StMoMo or an extension of this 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.


amvillegas/StMoMo documentation built on Nov. 7, 2019, 5:39 a.m.