Last chance! 50% off unlimited learning
Sale ends in
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()
# 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