Learn R Programming

BALD (version 1.0.0-3)

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

Description

A method to collect all the needed model initial values unique to the break model.

Arguments

object

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

Value

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

Details

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

R.

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

See Also

getJagsInits