Visualize prior distributions for model parameters.
Usage
plot_priors(priors, bounds)
Arguments
- priors
A list of prior specifications, typically from set_priors.
- bounds
A data.frame with columns 'par', 'lower', and 'upper' specifying parameter bounds.
Value
A ggplot object showing prior distributions.