Check Binary Posterior Predictive Behaviour
Source:R/binary-posterior-validation.R
check_binary_posterior_predictive.RdCompares observed binary summaries with replicated outcomes from the fitted posterior predictive distribution.
Usage
check_binary_posterior_predictive(
fit,
draws = 500,
seed = 1,
pass_probability = 0.8,
review_probability = 0.95
)