R/AuxQ.R

Defines functions AuxQ

AuxQ <-
function(p,nm,nA,nAf) {
  y <- 2*p*nm - nA + nAf
  return(y)
}

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.