Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R/plot_beta_binomial.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#'
Expand Down