Learn R Programming

blm (version 2022.0.0.1)

logit: Logit function

Description

Returns the logit. Where,

$$ logit(x) = \log(x/(1-x)) $$

Usage

logit(x)

Value

Numeric that is the logit of x.

Arguments

x

numeric vector

See Also

expit

Examples

Run this code

logit(1:10)

Run the code above in your browser using DataLab