expit {COMBO}R Documentation

Expit function

Description

\frac{\exp\{x\}}{1 + \exp\{x\}}

Usage

expit(x)

Arguments

x

A numeric value or vector to compute the expit function on.

Value

expit returns the result of the function f(x) = \frac{\exp\{x\}}{1 + \exp\{x\}} for a given x.


[Package COMBO version 1.0.0 Index]