plot.survfitr            package:survrec            R Documentation

_P_l_o_t_s _e_s_t_i_m_a_t_e_d _s_u_r_v_i_v_a_l _f_u_n_c_t_i_o_n _f_r_o_m _a_n _o_b_j_e_c_t _o_f _c_l_a_s_s '_s_u_r_v_r_e_c'.

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

     Additional plots can be added to the same of axes using
     `lines.survrec'.

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

     plot.survfitr(x, conf.int=TRUE, prob = FALSE, ...)

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

       x: Object of class 'survrec' (output from calling 'survrec'
          function).

conf.int: Print the pointwise confidence intervals of the probability
          or  survival function if its value is TRUE or FALSE.

    prob: Print of the probability or survival function if its value is
           TRUE or FALSE respectively.

     ...: 

     {additional arguments passed to the plot function.}

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

     Print a plot of class 'survrec'

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

     'psh.fit' 'mlefrailty.fit'  'wc.fit'

