Generate predictions from a prior-emphasised model fit.
generate_prior_predictions_simple(
model,
data,
formula,
family_name,
ndraws,
n_cats = NULL
)List with yrep matrix and observed y.
INLA model object.
Original data.
Original formula.
Model family name (string).
Number of draws.
The number of categories for an ordinal response.