jags.object {rjags} | R Documentation |
A jags
object represents a Bayesian graphical model
described using the BUGS language.
## S3 method for class 'jags': coef(object, chain=1, ...) ## S3 method for class 'jags': variable.names(object, ...)
object |
a jags model object |
chain |
chain number to query |
... |
additional arguments to the call (ignored) |
The coef
function returns a list with an entry for each Node
array that contains an unobserved Node. Elements corresponding to
observed Nodes or deterministic Nodes are given missing values.
The variable.names
function returns a character vector of
names of node arrays used in the model.
Martyn Plummer