standardized logistic       package:smoothSurv       R Documentation

_D_e_n_s_i_t_y _o_f _S_t_a_n_d_a_r_d_i_z_e_d _L_o_g_i_s_t_i_c _D_i_s_t_r_i_b_u_t_i_o_n.

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

     Density function of the logistic distribution with zero mean and
     unit variance.

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

         dstlogis(x)

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

       x: Vector of quantiles. 

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

     'dstlogis(x) = dlogis(x, 0, sqrt(3)/pi)'

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

     The value of the density.

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

     Arno&#353t Kom&#225rek komarek@karlin.mff.cuni.cz

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

     'dlogis' for the logistic distribution.

_E_x_a_m_p_l_e_s:

     dstlogis(0)
     dstlogis(seq(-3, 3, 0.2))

