View source: R/posterior_diagnostics.R
convergence_diag | R Documentation |
Check effective sample size and geweke diagnostic
convergence_diag(out, type = "eSS", cutoff = ifelse(type == "eSS", 100, 1.96))
out |
Output from BSTFA or BSTFAfull. |
type |
Character specifying which diagnostic to compute. Options are |
cutoff |
Numeric scalar indicating the cutoff value to flag parameters that haven't converged. |
A list containing the parameters not meeting the convergence cutoff criteria.
Adam Simpson
data(out.sm)
attach(out.sm)
convergence_diag(out.sm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.