This function applies the inverse logistic function to a vector, which maps the values of the vector to the range (0, 1).
Examples
phi_inverse(c(-5, 0, 5))
#> [1] 6.648057e-03 4.479425e-05 6.648057e-03 9.866591e-01
This function applies the inverse logistic function to a vector, which maps the values of the vector to the range (0, 1).
phi_inverse(c(-5, 0, 5))
#> [1] 6.648057e-03 4.479425e-05 6.648057e-03 9.866591e-01