Learn R Programming

BALD (version 1.0.0-3)

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

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.

Value

A function. Overriding methods should return a parameterless function that, when evaluated, returns a named list of 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.