samplesSize {BRugs} | R Documentation |
This function returns the size of the stored sample.
samplesSize(node)
node |
Character vector of length 1, name of a variable in the model. |
Size of the stored sample. If no samples exist, -1 will be returned.
If sampling a vector of parameters, the function must be called for each parameter separately
such as samplesSize(node[1])
.