plot_prior {makemyprior} | R Documentation |
Function for plotting the prior distributions of the random effects on the scale of the parameters chosen
plot_prior(obj)
obj |
An object from |
A ggplot with the prior distributions. See also makemyprior_plotting.
ex_prior <- makemyprior_example_model()
plot_prior(ex_prior)