R/expit.R

Defines functions expit

Documented in expit

expit <-
function(x){
exp(x)/(1+exp(x))
}
jaroyle/SCRbayes documentation built on May 18, 2019, 4:48 p.m.