R/expit.R

Defines functions expit

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

Try the MarZIC package in your browser

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

MarZIC documentation built on June 8, 2025, 10:15 a.m.