powered by
Provides a summary of the prior distributions used for the parameters in a given model.
get_priors(x, ...)# S3 method for brmsfit get_priors(x, verbose = TRUE, ...)
# S3 method for brmsfit get_priors(x, verbose = TRUE, ...)
A data frame with a summary of the prior distributions used for the parameters in a given model.
A Bayesian model.
Currently not used.
Toggle warnings and messages.
if (FALSE) { # require("rstanarm", quietly = TRUE) # \donttest{ library(rstanarm) model <- stan_glm(Sepal.Width ~ Species * Petal.Length, data = iris) get_priors(model) # } }
Run the code above in your browser using DataLab