get_binom_hypergeom: Calculate the binomial coefficient _n-choose-k_

View source: R/utils.R

get_binom_hypergeomR Documentation

Calculate the binomial coefficient n-choose-k

Description

Calculate the binomial coefficient n-choose-k

Usage

get_binom_hypergeom(n, k)

Arguments

n

Total population

k

Number of sample drawn from total population

Value

A numeric value of binomial probability


rapidsurveys/sleacr documentation built on Feb. 7, 2025, 8:22 a.m.