qbrms()qbrm() is a shorter alias for qbrms() with identical functionality.
Enhanced interface to qbrms with all required parameters and built-in diagnostics.
qbrm(
formula,
data,
family = gaussian(),
prior = NULL,
sample_prior = "no",
verbose = TRUE,
...
)qbrm(
formula,
data,
family = gaussian(),
prior = NULL,
sample_prior = "no",
verbose = TRUE,
...
)
An object of class "qbrms_fit", same as qbrms().
A qbrms_fit object with model results.
Model formula in lme4/brms style.
Data frame containing the variables in the model.
Model family (default: gaussian()).
Prior specifications (default: NULL).
Whether to sample from priors ("no", "yes", "only"). Default: "no".
Logical; print diagnostic information (default: TRUE).
Additional arguments passed to qbrms().
qbrms