Learn R Programming

sleacr (version 0.1.3)

get_binom_hypergeom: Calculate the binomial coefficient n-choose-k

Description

Calculate the binomial coefficient n-choose-k

Usage

get_binom_hypergeom(n, k)

Value

A numeric value of binomial probability

Arguments

n

Total population

k

Number of sample drawn from total population