Construct a small qbrms_prior_only object that contains simulated data
and prior draws, suitable for passing to pp_check().
create_prior_object(
formula,
family = gaussian(),
prior = NULL,
n_obs = 100,
predictor_values = NULL,
verbose = TRUE
)An object of class qbrms_prior_only.
Model formula.
Model family (default gaussian()).
Prior specifications (default NULL uses defaults).
Number of observations to simulate (default 100).
Named list of fixed predictor values (default NULL).
Logical; print progress messages (default TRUE).