cenmle-class              package:NADA              R Documentation

_C_l_a_s_s "_c_e_n_m_l_e"

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

     A "cenmle" object is returned from 'cenmle'.  It extends the
     `cenreg' class returned from 'survreg'.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form 'cenmle(obs,
     censored)'.

_S_l_o_t_s:

     '_s_u_r_v_r_e_g': Object of class '"survreg"'  

_E_x_t_e_n_d_s:

     Class '"list"', from data part. Class '"vector"', by class
     '"list"'.

_M_e_t_h_o_d_s:

     _m_e_a_n 'signature(x = "cenmle")': ... 

     _m_e_d_i_a_n 'signature(x = "cenmle")': ... 

     _s_d 'signature(x = "cenmle")': ... 

     _s_u_m_m_a_r_y 'signature(object = "cenmle")': ... 

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

     Lopaka(Rob) Lee <rclee@usgs.gov>

     Dennis Helsel <dhelsel@usgs.gov>

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

     'survreg'

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

         x        = c(0.5,    0.5,   1.0,  1.5,   5.0,    10,   100)
         xcen     = c(TRUE, FALSE, FALSE, TRUE, FALSE, FALSE, FALSE)

         class(cenmle(x, xcen))

