In convergence diagnosis in WinBUGS/JAGS/Stan, there are different statistics reported for each variable. In WinBUGS/Stan, Rhat ($\hat{R}$) is reported. In JAGS with the runjags
package, psrf (Potential Scale Reduction Factor) is reported (it is basically generated by coda::gelman.diag()
). Values close to 1 (i.e. < 1.05) are considered to be "good" (i.e. the chains converged).
What is the difference between R hat and psrf?