Fits binomial mixed effects models with regularisation, with all parameters handled correctly.
qbrms_binomial_regularised(
formula,
data,
regularise = TRUE,
sample_prior = "no",
verbose = TRUE,
...
)A qbrms_fit object with additional regularisation metadata.
Model formula with mixed effects structure.
Data frame containing the variables.
Logical; if TRUE, apply regularisation techniques.
Whether to sample from priors ("no", "yes", "only"). Default: "no".
Logical; print progress information.
Additional arguments passed to qbrms().