R.DBINOM

R.DBINOM probability density function of the binomial distribution

Synopsis

R.DBINOM(x,n,psuc,give_log)

Arguments

x: observation

n: the number of trials

psuc: the probability of success in each trial

give_log: if true, log of the result will be returned instead

Description

This function returns the probability density function of the binomial distribution.

See also

R.PBINOM, R.QBINOM.