getJagsInits: A method to retrieve initial values for a JAGS model.

Description Arguments Details Value

Description

A method to retrieve initial values for a JAGS model. Intended for internal use only.

Arguments

object

The object from which to retrieve initial values.

Details

All classes derived from class LossDevModelInput should override this method. This the overriding method should return a parameterless function that, when evaluated, returns a named list of initial values.

Value

A function. Overriding methods should return a parameterless function that, when evaluated, returns a named list of initial values.


BALD documentation built on May 2, 2019, 6:51 a.m.

Related to getJagsInits in BALD...