Learn R Programming

mcmcr (version 0.6.2)

npars.mcmcarray: Number of Parameters

Description

Gets the number of parameters of an object.

The default methods returns the length of pars() if none are NA, otherwise it returns NA.

Usage

# S3 method for mcmcarray
npars(x, scalar = NULL, ...)

Value

An integer scalar of the number of parameters.

Arguments

x

An object.

scalar

A logical scalar specifying whether to include all parameters (NULL), only scalars (TRUE) or all parameters except scalars (FALSE).

...

Other arguments passed to methods.

See Also

pars()

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

Other parameters: pars(), set_pars()