sbc_ests.Rd
Posterior medians and credible intervals for R and k from the simulation-based calibration which produced sbc_quants.
data(sbc_quants)
data.frame where each row summarizes posterior estimates and MCMC quality for an analysis of a simulated dataset. All 1,000 analyses are included, regardless of convergence.
The true simulating value of R.
The true simulating value of k.
The posterior median value of R.
The posterior median value of k.
The posterior 2.5th percentile of R.
The posterior 97.5th percentile of R.
The posterior 2.5th percentile of k.
The posterior 97.5th percentile of k.
The minimum (across model parameters) n_eff value in the MCMC run.
The maximum (across model parameters) Rhat value in the MCMC run.
Result of rstan::get_low_bfmi_chains() on the MCMC run.
Result of rstan::num_divergent() on the MCMC run.
Result of rstan::num_max_treedepth() on the MCMC run.
Generated in R using nbbp.