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