logit {blm}R Documentation

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


logit(1:10)


[Package blm version 2022.0.0.1 Index]