Learn R Programming

BALD (version 1.0.0-3)

getJagsInits,StandardAnnualLossDevModelInput-method: A method to collect all the needed initial values unique to the standard model.

Description

A method to collect all the needed initial values unique to the standard model. Intended for internal use only.

Arguments

object

An object of type StandardAnnualAggLossDevModelInput from which to collect the needed initial values for the model.

Value

A named list of the specific model elements. See details for more information.

Details

There are currently two types of AnnualAggLossDevModels (break and standard). Code needed to create initial values specific the standard model is placed in this method. This method returns a parameterless function which, when called, first calls the function returned by NextMethod() and then appends the following initial values onto the list returned by that function:

S.

The initial values for the spline node. Needed because dspline cannot create initial values.

See Also

getJagsInits