Last chance! 50% off unlimited learning
Sale ends in
Gets the number of simulations (iterations * chains) of an MCMC object.
The default methods returns the product of nchains()
and niters()
.
# S3 method for nlist
nsims(x, ...)
An integer scalar of the number of simulations.
An object.
Other arguments passed to methods.
Always 1L.
Other MCMC dimensions:
nchains()
,
niters()
,
npars()
,
nsams()
,
nterms()