nchain: Dimensions of MCMC objects

Description Usage Arguments Value See Also

Description

These functions give the dimensions of an MCMC object

niter(x)

returns the number of iterations.

nvar(x)

returns the number of variables.

nchain(x)

returns the number of parallel chains.

Usage

1
2
3
niter(x)
nvar(x)
nchain(x)

Arguments

x

An mcmc or mcmc.list object

Value

A numeric vector of length 1:

See Also

mcmc, mcmc.list,


coda documentation built on Oct. 24, 2020, 9:10 a.m.

Related to nchain in coda...