logit                  package:boot                  R Documentation

_L_o_g_i_t _o_f _P_r_o_p_o_r_t_i_o_n_s

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

     This function calculates the logit of proportions.

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

     logit(p)

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

       p: A numeric Splus object, all of whose values are in the range
          [0,1].  Missing values (`NA's) are allowed. 

_D_e_t_a_i_l_s:

     If any elements of `p' are outside the unit interval then an error
     message is generated.  Values of `p' equal to 0 or 1 (to within
     machine precision) will return `-Inf' or `Inf' respectively.  Any
     `NA's in the input will also be `NA's in the output.

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

     A numeric object of the same type as `p' containing the logits of
     the input values.

_S_e_e _A_l_s_o:

     `inv.logit'

