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