converged: Object Converged
Description
Test whether an object has converged.
Usage
converged(x, ...)# S3 method for default
converged(x, rhat = 1.1, esr = 0.33, by = "all",
as_df = FALSE, ...)
Arguments
esr
The minimum effective sampling rate.
by
A string indicating whether to determine by "term", "parameter" or "all".
as_df
A flag indicating whether to return the results as a (tbl) data frame.
Examples
Run this code# NOT RUN {
converged(mcmcr_example)
# }
Run the code above in your browser using DataLab