alogit                package:assist                R Documentation

_C_a_l_c_u_l_a_t_e _t_h_e _I_n_v_e_r_s_e _L_o_g_i_t _T_r_a_n_s_f_o_r_m_a_t_i_o_n

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

     Perform an inverse logit calculation

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

     alogit(x)

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

       x: a numeric value

_V_a_l_u_e:

     Returned is e^x/(1+e^x).

_A_u_t_h_o_r(_s):

     Chunlei ke chunlei_ke@yahoo.com and Yuedong Wang
     yuedong@pstat.ucsb.edu

