Tests whether an object has converged.
# Default S3 method
converged(
x,
rhat = 1.1,
esr = 0.33,
by = "all",
as_df = FALSE,
na_rm = FALSE,
...
)
An object.
The maximum rhat value.
The minimum effective sampling rate.
A string indicating whether to determine by "term", "parameter" or "all".
A flag indicating whether to return the results as a data frame versus a named list.
A flag specifying whether to ignore missing values.
Other arguments passed to methods.
A logical scalar indicating whether the object has converged.
Other convergence:
converged_pars()
,
converged_terms()
,
esr_pars()
,
esr_terms()
,
esr()
,
rhat_pars()
,
rhat_terms()
,
rhat()
converged(mcmcr_example)
#> [1] FALSE