powered by
Calculates an R-hat (potential scale reduction factor) value for each parameter.
rhat_pars(x, ...)
An object.
Other arguments passed to methods.
An uniquely named numeric atomic vector values >= 1 indicating the rhat value for each parameter.
By default the uncorrected, unfolded, univariate, split R-hat value.
Gelman, A., and Rubin, D.B. 1992. Inference from Iterative Simulation Using Multiple Sequences. Statistical Science 7(4): 457<U+2013>472.
Other convergence: converged_pars(), converged_terms(), converged(), esr_pars(), esr_terms(), esr(), rhat_terms(), rhat()
converged_pars()
converged_terms()
converged()
esr_pars()
esr_terms()
esr()
rhat_terms()
rhat()
# NOT RUN { rhat_pars.foobar <- function(x, ...) { NotYetImplemented() # replace with code to get rhat for each parameter of an object of # class 'foobar' } # }
Run the code above in your browser using DataLab