chain_n {EMC2} | R Documentation |
MCMC Chain Iterations
Description
Returns a matrix with the number of samples per chain for each stage that is present
in the emc object (i.e., preburn
, burn
, adapt
,
sample
). The number of rows of the matrix reflects the number of chains
and the number of columns the number of sampling stages.
Usage
chain_n(emc)
Arguments
emc |
A list, the output of |
Value
A matrix
Examples
chain_n(samples_LNR)
[Package EMC2 version 3.1.1 Index]