

hnorm(event)                                 R Documentation

_H_a_z_a_r_d _F_u_n_c_t_i_o_n _f_o_r _a _N_o_r_m_a_l _P_r_o_c_e_s_s

_U_s_a_g_e_:

     hnorm(y, m, s)

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

       y: Vector of times.

       m: Mean parameter.

       s: Variance parameter.

_V_a_l_u_e_:

     `hnorm' returns the log hazard function for a normal
     process with the given parameter values.

_A_u_t_h_o_r_(_s_)_:

     J.K. Lindsey

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

     `hboxcox', `hburr', `hexp', `hgextval', `hcauchy',
     `hgamma', `hggamma', `hhjorth', `hinvgauss',
     `hlaplace', `hlogis', `hglogis', `hlnorm', `hstudent',
     `hweibull', `hgweibull'.

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

     hnorm(1:10, 3, 2)

