View source: R/simulate_priors.R
simulate_prior | R Documentation |
Transforms priors information to actual distributions.
simulate_prior(model, n = 1000, ...)
model |
A |
n |
Size of the simulated prior distributions. |
... |
Currently not used. |
unupdate()
for directly sampling from the prior
distribution (useful for complex priors and designs).
library(bayestestR)
if (require("rstanarm")) {
model <- suppressWarnings(
stan_glm(mpg ~ wt + am, data = mtcars, chains = 1, refresh = 0)
)
simulate_prior(model)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.