powered by
Gets the number of chains of an MCMC object.
nchains(x, ...)
An object.
Other arguments passed to methods.
An integer scalar of the number of chains.
Other MCMC dimensions: niters(), npars(), nsams(), nsims(), nterms()
niters()
npars()
nsams()
nsims()
nterms()
# NOT RUN { nchains.foobar <- function(x, ...) { NotYetImplemented() # replace with code to get nchains for an object of class 'foobar' } # }
Run the code above in your browser using DataLab