Learn R Programming

BALD (version 1.0.0-3)

getModelOutputNodes: A method to determine which JAGS nodes the output object is expecting.

Description

A method to determine which JAGS nodes the output object is expecting. Intended for internal use only.

Arguments

object

The object from which to get the expected nodes.

Value

A character vector with each element corresponding to the name of an expected node.

Details

This method is used to query the nodes a particular LossDevModelOutput is expecting.

See Also

getModelOutputNodes("LossDevModelOutput")