check_Rhat | R Documentation |
Returns the mean number of Rhat
values for each parameter (by each parameter)
that are less than a specified threshold criterion.
Rhat
(Gelman-Rubin Convergence Diagnostic, or Potential Scale Reduction Factor)
is calculated within 'JAGS', and is
commonly used as a measure of convergence for a given parameter node. Values close
to 1 are seen as evidence of adequate convergence.
check_Rhat(x, thresh = 1.1)
x |
Output object from |
thresh |
Threshold value (defaults to 1.1) |
Numeric (named) giving the proportion of Rhat values below the given threshold.
Matt Tyers
Gelman, A., & Rubin, D. B. (1992). Inference from Iterative Simulation Using Multiple Sequences. Statistical Science, 7(4), 457–472. http://www.jstor.org/stable/2246093
check_neff, traceworstRhat, plotRhats, qq_postpred, ts_postpred
check_Rhat(SS_out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.