get_hypergeom: Calculate hypergeometric probability

View source: R/utils.R

get_hypergeomR Documentation

Calculate hypergeometric probability

Description

Calculate hypergeometric probability

Usage

get_hypergeom(k, m, n, N)

Arguments

k

Number of cases in the sample

m

Number of cases in the population

n

Sample size

N

Population size

Value

A numeric value of hypergeometric probability given specified parameters


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