chain_n: MCMC Chain Iterations

View source: R/objects.R

chain_nR 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 fit().

Value

A matrix

Examples

chain_n(samples_LNR)


EMC2 documentation built on April 11, 2025, 5:50 p.m.