pbetabinom: Beta-binomial distribution: cumulative distribution function

View source: R/betabinom.r

pbetabinomR Documentation

Beta-binomial distribution: cumulative distribution function

Description

Beta-binomial distribution: cumulative distribution function

Usage

pbetabinom(k, n, a, b, log.p = TRUE)

Arguments

k

Vector of successes.

n

Number of trials.

a

First shape parameter of Beta distribution (must be positive)

b

Second shape parameter of Beta distribution (must be positive)

log.p

If TRUE, return the natural logarithm

Value

The cumulative probability of observing k successes in n trials


kylebittinger/polyafit documentation built on Jan. 11, 2023, 8:53 a.m.