invLogit.Rd
Inverse Logit Transformation of Vector
invLogit(x)
vector
invLogit(c(.2, .4, 1, 0))#> [1] 0.5498340 0.5986877 0.7310586 0.5000000