dbinom2: Binomial PDF

Description Usage Arguments Author(s)

Description

A binomial pdf that handles a noninteger 'size' argument.

Usage

1
dbinom2(x, size, prob, log = FALSE)

Arguments

x

vector of quantiles

size

number of trials (zero or more). Unlike base 'dbinom' doesn't have to be an integer

prob

probability of success on each trial

log

logical; if TRUE, probabilities p are given as log(p)

Author(s)

Devin S. Johnson


dsjohnson/pupR documentation built on May 15, 2019, 4:21 p.m.