Logit.Rd
Logit Transformation of Vector
Logit(x)
vector
Logit(c(.2, .4, 1, 0))#> [1] -1.3862944 -0.4054651 Inf -Inf