powered by
Tests whether an object has converged.
# S3 method for default 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_pars()
converged_terms()
esr_pars()
esr_terms()
esr()
rhat_pars()
rhat_terms()
rhat()
# NOT RUN { converged(mcmcr_example) # }
Run the code above in your browser using DataLab