R/HWExactMat.R

Defines functions HWExactMat

Documented in HWExactMat

HWExactMat <- function(X,...) {
  pvalvec <- HWExactStats(X,...)
  return(pvalvec)
}

Try the HardyWeinberg package in your browser

Any scripts or data that you put into this service are public.

HardyWeinberg documentation built on May 29, 2024, 6:17 a.m.