make_gelman_rubin: Calculate the Gelman-Rubin statistic for custom MCMC output

make_gelman_rubinR Documentation

Calculate the Gelman-Rubin statistic for custom MCMC output

Description

A function to calculate Gelman-Rubin R-hat statistics for custom coded model MCMC output=

Usage

make_gelman_rubin(out)

Arguments

out

out is a list object where each element of the list is the results from a single MCMC chain. Within each MCMC chain, there will be a list of objects of various sizes where the first dimension of each of these objects is the number of MCMC iterations.


jtipton25/pgR documentation built on July 8, 2022, 12:44 a.m.