plot_beta_ci | R Documentation |
Plots the probability density function (pdf) for a Beta(alpha, beta) model of variable π with markings indicating a credible interval for π.
plot_beta_ci(alpha, beta, ci_level = 0.95)
alpha, beta |
positive shape parameters of the Beta model |
ci_level |
credible interval level |
A density plot for the Beta model
plot_beta_ci(alpha = 7, beta = 12, ci_level = 0.80)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.