expit                 package:locfit                 R Documentation

_I_n_v_e_r_s_e _l_o_g_i_s_t_i_c _l_i_n_k _f_u_n_c_t_i_o_n

_D_e_s_c_r_i_p_t_i_o_n:

     Computes exp(x)/(1+exp(x)).  This is the inverse of the logistic
     link function, log(p/(1-p)).

_U_s_a_g_e:

     expit(x)

_A_r_g_u_m_e_n_t_s:

       x: numeric vector

