Skip to content

Commit

Permalink
Update R/dbetabinom.R
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Sabanes Bove <[email protected]>
  • Loading branch information
audreyyeoCH and danielinteractive authored Aug 24, 2023
1 parent 5219028 commit b69669b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/dbetabinom.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
#' number of successes.
#' @typed m : number
#' number of trials.
#' @typed a : numeric
#' @typed a : number
#' first parameter of the beta distribution.
#' @typed b : numeric
#' @typed b : number
#' second parameter of the beta distribution.
#' @return The density values of the beta-binomial distribution at `x`.
#'
Expand Down

0 comments on commit b69669b

Please sign in to comment.