Learn R Programming

sleacr (version 0.1.3)

get_hypergeom: Calculate hypergeometric probability

Description

Calculate hypergeometric probability

Usage

get_hypergeom(k, m, n, N)

Value

A numeric value of hypergeometric probability given specified parameters

Arguments

k

Number of cases in the sample

m

Number of cases in the population

n

Sample size

N

Population size