nterms.term_rcrd | R Documentation |
Gets the number of terms of an MCMC object.
## S3 method for class 'term_rcrd'
nterms(x, ...)
x |
An object. |
... |
Other arguments passed to methods. |
A integer scalar of the number of terms.
Other MCMC dimensions:
nchains()
,
niters()
,
npars()
,
nsams()
,
nsims()
nterms(as_term_rcrd(term("alpha[1]", "alpha[2]", "beta[1,1]", "beta[2,1]")))
nterms(as_term_rcrd(term("alpha[1]", "alpha[1]", "beta[1,1]", "beta[1,1]")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.