niters.mcmc.list | R Documentation |
Gets the number of iterations (in a chain) of an MCMC object.
## S3 method for class 'mcmc.list' niters(x, ...)
x |
An object. |
... |
Other arguments passed to methods. |
An integer scalar of the number of iterations.
Other MCMC dimensions:
nchains()
,
npars()
,
nsams()
,
nsims()
,
nterms()