Learn R Programming

updog (version 1.1.3)

dbetabinom_alpha_beta_double: Density function of betabinomial with the shape parameterizations

Description

Density function of betabinomial with the shape parameterizations

Usage

dbetabinom_alpha_beta_double(x, size, alpha, beta, log)

Arguments

x

The quantile.

size

The total number of draws.

alpha

The first shape parameter.

beta

The second shape parameter.

log

A logical. Should we return the log of the density TRUE or not FALSE?

Value

The density of the beta-binomial.