Description Usage Arguments Details Value Author(s) See Also
Number of MCMC iterations
1 | iterations(object)
|
object |
An object of class |
For an object of class XdeParameter
, iterations
specifies the total number of MCMC iterations. Note that by setting
the thin
parameter to a value greater than 1, the number of
MCMC iterations will be greater than the number of saved MCMC
iterations (saved iterations = iterations / thin).
For an object of class XdeMcmc
(a class that stores output from
the MCMC), iterations
specifies the number of iterations that
were saved.
The replacement method is only defined for the XdeParameter
class. The class XdeMcmc
is meant to reflect the information
in an already run chain, whereas XdeParameter
is a class for
parameterizing the Bayesian model that has not yet been fit.
An integer
R. Scharpf
XdeParameter-class
, XdeMcmc-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.