Learn R Programming

EMC2 (version 3.1.0)

chain_n: 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)

Value

A matrix

Arguments

emc

A list, the output of fit().

Examples

Run this code
chain_n(samples_LNR)

Run the code above in your browser using DataLab