Learn R Programming

blm (version 2013.2.4.1)

logit: Logit function

Description

Returns the logit. Where,

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

Usage

logit(x)

Arguments

x
numeric vector

Value

  • Numeric that is the logit of x.

See Also

expit

Examples

Run this code
logit(1:10)

Run the code above in your browser using DataLab