powered by
Gets the number of MCMC simulations (iterations * chains)
nsims(x, ...)# S3 method for nlist nsims(x, ...)# S3 method for nlists nsims(x, ...)
# S3 method for nlist nsims(x, ...)
# S3 method for nlists nsims(x, ...)
The object
Unused.
A count of the number of simulations.
nlist: Number of simulations of an nlist object
nlist
Always 1L.
nlists: Number of simulations of an nlists object
nlists
niters() and nchains()
niters()
nchains()
# NOT RUN { nsims(nlist(x = 1:2)) nsims(nlists(nlist(x = c(2, 9)), nlist(x = c(1, 7)))) nsims(split_chains(nlists(nlist(x = c(2, 9)), nlist(x = c(1, 7))))) # }
Run the code above in your browser using DataLab