expit.Rd
Functions to take the expit of numerical vectors. expit exp(x)/(1 + exp(x))
expit(x)
A numeric value
A real vector corresponding to the expits of x
expit(0) #> [1] 0.5 expit(0.5) #> [1] 0.6224593 expit(-1) #> [1] 0.2689414