R/logistic.R

logistic <- function(x) {
  return(1/(1+exp(-x)))
}

Try the TeachNet package in your browser

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

TeachNet documentation built on May 2, 2019, 7 a.m.