R/expit.R

expit <-
function(x){
    exp(x)/(1+exp(x))
  }
qureshlatif/WoodpeckerHSI documentation built on May 29, 2019, 7:51 a.m.