Learn R Programming

term (version 0.3.5)

nterms.default: Number of Terms

Description

Gets the number of terms of an object.

Usage

# S3 method for default
nterms(x, ...)

Value

A integer scalar of the number of terms.

Arguments

x

An object.

...

Other arguments passed to methods.

See Also

Other MCMC dimensions: nchains(), niters(), npars(), nsams(), nsims()

Examples

Run this code
nterms(term("alpha[1]", "alpha[2]", "beta[1,1]", "beta[2,1]"))
nterms(term("alpha[1]", "alpha[1]", "beta[1,1]", "beta[1,1]"))

Run the code above in your browser using DataLab