| niters.nlist | R Documentation | 
Gets the number of iterations (in a chain) of an MCMC object.
## S3 method for class 'nlist'
niters(x, ...)
x | 
 An object.  | 
... | 
 Other arguments passed to methods.  | 
Always 1.
An integer scalar of the number of iterations.
Other MCMC dimensions: 
nchains(),
npars(),
nsams(),
nsims(),
nterms()
niters(nlist(x = 1:2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.