A class to hold JAGS output. This class is only used internally. No user-level function should return a class of this type.
NodeOutput
is a wrapper class for mcarray
.
It is used to provide easy access to summary statistics.
Current slots are:
get.value.end
An environment containing a parameterless function called get.value
which when called will return the mcarray for the node.
It also contains value.name
which is the name of the key (or file on the disk) if the value is stored on the disk.
mean
An array that is the marginalized mean of the value returned by calling get.value
.
median
An array that is the marginalized median of the value returned by calling get.value
.
sd
An array that is the marginalized standard deviation of the value returned by calling get.value
.