getObj {BRugs}R Documentation

Expert functions

Description

Getting class names of Component Pascal object

Usage

getGraphObj(node)
getUpdaterObj(node)

Arguments

node Character vector of length 1, name of a variable in the model.

Details

OpenBUGS creates Component Pascal objects to represent each component of a name in the graphial model.

Value

getGraphObj returns a data frame of the class names of the Component Pascal object associated with each component.
getUpdaterObj returns a data frame of the class names of the Component Pascal object for each component of a variable that needs updating.

See Also

BRugs, help.WinBUGS


[Package BRugs version 0.3-2 Index]