findESS: find ESS

View source: R/findESS.R

findESSR Documentation

find ESS

Description

Calculates the effective sample size (ESS) for an MCMC chain over a range of potential burn-in values.

Usage

findESS(mcmc_out, test_burn_in)

Arguments

mcmc_out

An MCMC object (as per the coda package)

test_burn_in

A numrical vector of different burn in values to calculate the ESS at.

Value

A data.frame of the ESS for different values of burn-in.


stcolema/mdiHelpR documentation built on July 28, 2024, 5:41 a.m.