Logit Transformation of Vector

Logit(x)

Arguments

x

vector

Value

vector

Examples

Logit(c(.2, .4, 1, 0))
#> [1] -1.3862944 -0.4054651 Inf -Inf