Description Usage Arguments Details Value
set_priors()
sets the priors for each variable in a model.
1 | set_priors(model_array, ...)
|
model_array |
a tibble containing the model information (distribution
and model equation). Often the output of a |
... |
a list of expressions set up as "predictor = distribution" where the distribution is written in JAGS syntax |
Each prior is written following JAGS notation and specified using
variable = JAGS
. User must specify a prior for the intercept
using int=
. The priors are model specific so if the user
supplies priors for variables that are not found in the model
equation they will not be retained.
a modified version of model_array that has the relevant predictors for each model(row)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.