Learn R Programming

blm (version 2022.0.0.1)

expit: Inverse-logit function

Description

Returns the inverse logit. Where,

$$ expit(x) = \frac{\exp(x)}{(1+\exp(x))} $$

Usage

expit(x)

Value

Numeric that is the inverse logit of x.

Arguments

x

numeric vector

Examples

Run this code

expit(1:10)

Run the code above in your browser using DataLab