cenfit-class              package:NADA              R Documentation

_C_l_a_s_s "_c_e_n_f_i_t"

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

     A cenfit object is returned from the NADA  'cenfit' function.

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

     '_s_u_r_v_f_i_t': Object of class 'survfit' returned from the 'survfit'
          function.

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

     [ 'signature(x = "cenfit", i = "numeric", j = "missing")': ... 

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

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

     _p_l_o_t 'signature(x = "cenfit", y = "ANY")': ... 

     _p_r_e_d_i_c_t 'signature(object = "cenfit")': ... 

     _p_r_i_n_t 'signature(x = "cenfit")': ... 

     _q_u_a_n_t_i_l_e 'signature(x = "cenfit")': ... 

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

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

_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:

     'cenfit'

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

         obs      = c(0.5,    0.5,   1.0,  1.5,   5.0,    10,   100)
         censored = c(TRUE, FALSE, FALSE, TRUE, FALSE, FALSE, FALSE)

         class(cenfit(Cen(obs, censored)))

