R/logit.R

Defines functions logit

Documented in logit

logit <-
function(x) return(log(x/(1-x)))

Try the ebGenotyping package in your browser

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

ebGenotyping documentation built on May 2, 2019, 9:28 a.m.