beta_prior_post.RdPlot of Two Beta Curves
beta_prior_post(prior_shapes, post_shapes, label_1="Prior", label_2="Posterior")
| prior_shapes | vector of shape parameters of the beta prior |
|---|---|
| post_shapes | vector of shape parameters of the beta posterior |
| label_1 | title for the first beta curve |
| label_2 | title for the second beta curve |
Displays the two beta curves on the same panel
beta_prior_post(c(4, 6), c(19, 16))