R/logistic.R

## Logistic function
logistic <- function (x) {exp(x) / (1 + exp(x))}
hirotokatsumata/nawtilus documentation built on Aug. 2, 2020, 10:40 p.m.