plot_prior {makemyprior} | R Documentation |
Plotting prior distributions
Description
Function for plotting the prior distributions of the random effects on the scale of the parameters chosen
Usage
plot_prior(obj)
Arguments
obj |
An object from |
Value
A ggplot with the prior distributions. See also makemyprior_plotting.
Examples
ex_prior <- makemyprior_example_model()
plot_prior(ex_prior)
[Package makemyprior version 1.2.1 Index]