powered by
Plot of Prior and Posterior Beta Curves
beta_prior_post(prior_shapes, post_shapes)
vector of shape parameters of the beta prior
vector of shape parameters of the beta posterior
ggplot2 object containing the graphical display.
# NOT RUN { prior_shapes <- c(4, 6) post_shapes <- c(19, 16) beta_prior_post(prior_shapes, post_shapes) # }
Run the code above in your browser using DataLab