R/rlogit.R

Defines functions rlogit

Documented in rlogit

rlogit <-
function(x) return(ifelse(x>100,1,exp(x)/(1+exp(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.