check_convergence: Check convergence of MCMC samples

Description Usage Arguments Value

View source: R/run_until_converged.R

Description

Check convergence of MCMC samples

Usage

1
check_convergence(results_list, model_type, threshold)

Arguments

results_list

MCMC output of fit_mvnorm function

model_type

character(1), either "multi" or "hier"

threshold

Threshold for convergence of Gelman diagnostic.

Value

logical(1), TRUE if converged, FALSE if not or failed to calculate


ashiklom/mvtraits documentation built on Sept. 4, 2019, 7:43 a.m.