glance.mcmc.list.Rd
This provides a one-row dataframe with information on number of chains, the number of variables, the number of iterations, and the lower and upper values for effective sample size (ess), and rhat.
# S3 method for mcmc.list glance(x, ...)
x | an mcmc.list object |
---|---|
... | (optional) additional arguments to pass |
a one-row dataframe of summary information of the mcmc model
#> n_chains n_iter n_var ess_lower ess_upper rhat_lower rhat_upper #> 1 2 200 3 167.5889 455.3178 1.000695 1.037599