R/hwe.R

Defines functions hwe

Documented in hwe

hwe <-
function(raf)
  {
    c((1-raf)^2,2*raf*(1-raf),raf^2)    
  }

Try the survSNP package in your browser

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

survSNP documentation built on Feb. 16, 2023, 10:10 p.m.