expit {blm}R Documentation

Inverse-logit function

Description

Returns the inverse logit. Where,

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

Usage

expit(x)

Arguments

x

numeric vector

Value

Numeric that is the inverse logit of x.

Examples


expit(1:10)


[Package blm version 2022.0.0.1 Index]