Check the approved pupil priors predictively
Source:R/pupil-specification.R
check_pupil_prior_predictive.RdCreates a governed prior-predictive plan by default. With
execute = TRUE, draws from the prior-only approved Gaussian brms model
and compares replicated pupil values with the observed model-scale range.
The check reports evidence only and never changes priors automatically.
Arguments
- specification
Approved pupil model specification.
- execute
Whether to run prior-only MCMC. Defaults to
FALSE.- backend
Approved backend,
"rstan"or"cmdstanr".- draws
Number of prior predictive replicated draws to retain.
- chains, iter, warmup, cores, seed
Sampling controls. Package-controlled cores are capped at two.
- probability
Central predictive interval probability.
- max_cells
Maximum retained draw-by-observation cells.