get_hypergeom_cumulative: Calculate cumulative hypergeometric probabilities

View source: R/utils.R

get_hypergeom_cumulativeR Documentation

Calculate cumulative hypergeometric probabilities

Description

Calculate cumulative hypergeometric probabilities

Usage

get_hypergeom_cumulative(k, m, n, N, tail = "lower")

Arguments

k

Number of cases in the sample

m

Number of cases in the population

n

Sample size

N

Population size

tail

A character vector indicating "lower" (default) or "upper" tail

Value

A numeric value of cumulative hypergeometric probability given specified parameters


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