modelGenInits {BRugs}R Documentation

Generating initial values

Description

This function attempts to generate initial values by sampling either from the prior or from an approximation to the prior.

Usage

modelGenInits()

Details

In the case of discrete variables a check is made that a configuration of zero probability is not generated. This function will generate extreme values if any of the priors are very vague.

Value

If the function is successful the message ‘initial values generated: model initialized’ is displayed otherwise the message ‘could not generate initial values’ is displayed.

Note

This function can be executed once the model has been successfully compiled (modelCompile), and can no longer be executed once the model has been initialized.

If an attempt is made to execute this function in an inappropriate context the generic error message ‘command is not allowed (greyed out)’ is displayed.

See Also

BRugs, help.WinBUGS


[Package BRugs version 0.9-2.1 Index]