Get summary of priors used for a model
Provides a summary of the prior distributions used for the parameters in a given model.
get_priors(x, ...) ## S3 method for class 'brmsfit' get_priors(x, verbose = TRUE, ...)
x |
A Bayesian model. |
... |
Currently not used. |
verbose |
Toggle warnings and messages. |
A data frame with a summary of the prior distributions used for the parameters in a given model.
## Not run: library(rstanarm) model <- stan_glm(Sepal.Width ~ Species * Petal.Length, data = iris) get_priors(model) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.