rmvhyper_base: Random samples from multivariate hypergeometric

View source: R/mvhyper.R

rmvhyper_baseR Documentation

Random samples from multivariate hypergeometric

Description

Random samples from multivariate hypergeometric

Usage

rmvhyper_base(nn, n, k)

Arguments

nn

number of samples

n

integer vector of population sizes

k

integer total draws

Value

integer matrix with nn rows and length(n) columns


ghypernet documentation built on Feb. 5, 2026, 1:08 a.m.