plot_binomial_likelihood {bayesrules} | R Documentation |
Plots the Binomial likelihood function for variable \pi
given y observed successes in a series of n Binomial trials.
plot_binomial_likelihood(y, n, mle = FALSE)
y |
number of successes |
n |
number of trials |
mle |
a logical value indicating whether maximum likelihood estimate of |
a ggplot
plot_binomial_likelihood(y = 3, n = 10, mle = TRUE)