R/logistic.R

## Logistic function
logistic <- function (x) {
  c(exp(x) / (1 + exp(x)))
}

Try the dbw package in your browser

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

dbw documentation built on Sept. 11, 2024, 6:50 p.m.