Extract Rhat statistic that can be used to diagnose sampling behaviour
of the algorithms applied by 'Stan' at the back-end of 'brms'.
x
should be of class
bayesnecfit
or bayesmanecfit
.
# S3 method for class 'bayesnecfit'
rhat(x, rhat_cutoff = 1.05, ...)
# S3 method for class 'bayesmanecfit'
rhat(x, rhat_cutoff = 1.05, ...)
An object of class bayesnecfit
or
bayesmanecfit
.
A numeric
vector indicating the Rhat
cut-off used to test for model convergence.
Unused.