Run Detailed Binary Posterior Predictive Checks
Source:R/specification-closure.R
check_binary_ppc_details.RdAdds calibration bins, participant/item rate checks, focal-condition rates, sparse participant-condition cells, and all-zero/all-one participant patterns to the existing binary PPC workflow.
Usage
check_binary_ppc_details(
fit,
draws = 300L,
seed = 1L,
calibration_bins = 10L,
sparse_cell_min = 3L
)