Fit a model with priors sampled, then produce a comparison density plot that overlays posterior, prior, and observed distributions where available.
prior_to_posterior_workflow(
formula,
data,
family = gaussian(),
prior = NULL,
verbose = TRUE,
...
)A list of class qbrms_workflow_result with elements fit and plot.
Model formula.
Data frame.
Model family (default gaussian()).
Prior specification (default NULL).
Logical; print progress messages.
Additional arguments forwarded to qbrms().