is_converged {bayesdfa} | R Documentation |
Summarize Rhat convergence statistics across parameters
Description
Pass in rstanfit
model object, and a threshold Rhat value for
convergence. Returns boolean.
Usage
is_converged(fitted_model, threshold = 1.05, parameters = c("sigma", "x", "Z"))
Arguments
fitted_model |
Samples extracted (with |
threshold |
Threshold for maximum Rhat. |
parameters |
Vector of parameters to be included in convergence determination. Defaults = c("sigma","x","Z"). Other elements can be added including "pred", "log_lik", or "lp__" |
[Package bayesdfa version 1.3.3 Index]