Learn R Programming

BALD (version 1.0.0-3)

getJagsInits,AnnualLossDevModelInput-method: A method to collect all the needed initial values common to both the standard model and the break model.

Description

A method to collect all the needed initial values common to both the standard model and the break model. Intended for internal use only.

Arguments

object

An object of type AnnualAggLossDevModelInput 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 currenly two types of AnnualAggLossDevModels (break and standard). These models have many features in common, and code to create initial values for these common features is placed in this method. The derived classes StandardAnnualAggLossDevModelInput and BreakAnnualAggLossDevModelInput call this method via NextMethod() and then return a new function.