Plot a Beta Model for
Plots the probability density function (pdf) for a Beta(alpha, beta) model of variable .
plot_beta(alpha, beta, mean = FALSE, mode = FALSE)
alpha, beta
: positive shape parameters of the Beta modelmean, mode
: a logical value indicating whether to display the model mean and modeA density plot for the Beta model.
plot_beta(alpha = 1, beta = 12, mean = TRUE, mode = TRUE)
Useful links