Learn R Programming

nlist (version 0.4.0)

pdims.mcmc: Parameter Dimensions

Description

Gets the dimensions of each parameter of an object.

Usage

# S3 method for mcmc
pdims(x, ...)

Value

A named list of integer vectors of the dimensions of each parameter.

Arguments

x

An object.

...

Other arguments passed to methods.

See Also

Other dimensions: dims(), ndims(), npdims()