R/R_logit.r

Defines functions logit

logit=function(x){ exp(x)/(1+exp(x)) }

Try the CGEN package in your browser

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

CGEN documentation built on April 28, 2020, 8:08 p.m.