powered by
Tests whether an object has converged.
# S3 method for mcmcrs converged( x, rhat = 1.1, esr = 0.33, by = "all", as_df = FALSE, bound = FALSE, na_rm = FALSE, ... )
A logical scalar indicating whether the object has converged.
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.
flag specifying whether to bind mcmcrs objects by their chains before calculating rhat.
A flag specifying whether to ignore missing values.
Other arguments passed to methods.
Other convergence: converged_pars(), converged_terms(), esr(), esr_pars(), esr_terms(), rhat(), rhat_pars(), rhat_terms()
converged_pars()
converged_terms()
esr()
esr_pars()
esr_terms()
rhat()
rhat_pars()
rhat_terms()
converged(mcmcrs(mcmcr_example, mcmcr_example)) converged(mcmcrs(mcmcr_example, mcmcr_example), bound = TRUE)
Run the code above in your browser using DataLab