powered by
Provides a summary of the prior distributions used for the parameters in a given model.
get_priors(x, ...)
A Bayesian model.
Currently not used.
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) # } # NOT RUN { # }
Run the code above in your browser using DataLab