Learn R Programming

BALD (version 1.0.0-3)

getModelOutputNodes,LossDevModelOutput-method: 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 of type LossDevModelOutput 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 works by examining all the slot names in object and returning all of them except for a slot named “input.”

See Also

getModelOutputNodes