get_prior | R Documentation |
Information about priors which may be set for a brms model. This just calls brms::get_prior but changes the output of the formatting slightly to allow for columns to be imitted from the output. Please see the help file for brms::get_prior for more information.
get_prior(formula, data, family = "gaussian", ...)
formula |
A description of the model to be fit.' |
data |
The data to be used by the model. |
family |
Information about the response distribution and/or link function. |
... |
additional arguments are passed to brms::get_prior. |
## Not run:
brms::get_prior (brms::bf(height ~ A*G + (A*G|L) + (1|S),
sigma ~ A),
data = exp_data, family="student")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.