findESS | R Documentation |
Calculates the effective sample size (ESS) for an MCMC chain over a range of potential burn-in values.
findESS(mcmc_out, test_burn_in)
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. |
A data.frame of the ESS for different values of burn-in.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.