R/nsims.R
nsims.nlists.Rd
Gets the number of simulations (iterations * chains) of an MCMC object.
The default methods returns the product of nchains() and niters().
nchains()
niters()
# S3 method for class 'nlists' nsims(x, ...)
An object.
Other arguments passed to methods.
An integer scalar of the number of simulations.
Other MCMC dimensions: nchains(), niters(), npars(), nsams(), nterms()
npars()
nsams()
nterms()
nsims(nlists(nlist(x = c(2, 9)), nlist(x = c(1, 7)))) #> [1] 2 nsims(split_chains(nlists(nlist(x = c(2, 9)), nlist(x = c(1, 7))))) #> [1] 2