From 4d72b8cb42b4a9403f9cb224f9410dd2017eecc8 Mon Sep 17 00:00:00 2001 From: Michael Jensen <39840256+michael-jensen-usa@users.noreply.github.com> Date: Fri, 27 Feb 2026 11:47:35 -0700 Subject: [PATCH] Update plot_beta_binomial.R Replaced "date" with "beta." --- R/plot_beta_binomial.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/plot_beta_binomial.R b/R/plot_beta_binomial.R index a10f595..9bcb1e8 100644 --- a/R/plot_beta_binomial.R +++ b/R/plot_beta_binomial.R @@ -2,7 +2,7 @@ #' #' Consider a Beta-Binomial Bayesian model for parameter \eqn{\pi} with #' a Beta(alpha, beta) prior on \eqn{\pi} and Binomial likelihood with n trials -#' and y successes. Given information on the prior (alpha and data) and data (y and n), +#' and y successes. Given information on the prior (alpha and beta) and data (y and n), #' this function produces a plot of any combination of the corresponding prior pdf, #' scaled likelihood function, and posterior pdf. All three are included by default. #'