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 e12213c commit b12c7ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/dbetabinom.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ dbetabinom <- function(x, m, a, b) {
#' @typed par : matrix
#' the beta parameters matrix, with K rows and 2 columns,
#' corresponding to the beta parameters of the K components
#' weights the mixture weights of the beta mixture prior.
#' @typed weights : numeric
#' the mixture weights of the beta mixture prior.
#' @typed log : flag
#' return the log value? (not default).
#' @return The (log) density values of the mixture of beta-binomial distributions at `x`.
Expand Down

0 comments on commit b12c7ba

Please sign in to comment.