nchain {coda} | R Documentation |
Dimensions of MCMC objects
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
niter(x)
nvar(x)
nchain(x)
Arguments
x |
An |
Value
A numeric vector of length 1:
See Also
[Package coda version 0.19-4.1 Index]