Inverse Logit Transformation of Vector

invLogit(x)

Arguments

x

vector

Value

vector

Examples

invLogit(c(.2, .4, 1, 0))
#> [1] 0.5498340 0.5986877 0.7310586 0.5000000