brms_model | R Documentation |
Apply a Bayesian regression model in parallel across each response $y$ in an outcome or mediation model. This can be helpful when we want to share information across related
brms_model(...)
... |
Keyword parameters passed to brm. |
model An object of class model
with estimator, predictor, and
sampler functions associated wtih a Bayesian regression model.
glmnet_model lnm_model rf_model lm_model
exper <- demo_joy() |>
mediation_data("PHQ", "treatment", starts_with("ASV"))
multimedia(exper, brms_model()) # call estimate() on this to fit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.