nsams | R Documentation |
Gets the number of sample values (simulations * terms) of an MCMC object.
The default methods returns the product of nsims()
and nterms()
.
nsams(x, ...) ## Default S3 method: nsams(x, ...)
x |
An object. |
... |
Other arguments passed to methods. |
An integer scalar of the number of samples.
Other MCMC dimensions:
nchains()
,
niters()
,
npars()
,
nsims()
,
nterms()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.