R/invlogit.R

invlogit <-
function(x){return(exp(x)/(exp(x)+1))}

Try the KMDA package in your browser

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

KMDA documentation built on May 2, 2019, 3:59 p.m.