expit: Expit function

View source: R/expit.R

expitR 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.


COMBO documentation built on Oct. 30, 2024, 5:07 p.m.