kidrecurr               package:KMsurv               R Documentation

_D_a_t_a _o_n _3_8 _i_n_d_i_v_i_d_u_a_l_s _u_s_i_n_g _a _k_i_d_n_e_y _d_i_a_l_y_s_i_s _m_a_c_h_i_n_e

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

     Data on 38 individuals using a kidney dialysis machine See Problem
     13.5.2

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

     data(kidrecurr)

_F_o_r_m_a_t:

     A data frame with 38 observations on the following 10 variables.

     _p_a_t_i_e_n_t Patient number

     _t_i_m_e_1 Time one of recurrence of infection, days

     _i_n_f_e_c_t_1 Indicator infection one (1=yes, 0=no)

     _t_i_m_e_2 Time two of recurrence of infection, days

     _i_n_f_e_c_t_2 Indicator infection two (1=yes, 0=no)

     _a_g_e Patient's age

     _g_e_n_d_e_r Patient's gender

     _g_n Disease type GN (1=yes, 0=no)

     _a_n Disease type AN (1=yes, 0=no)

     _p_k_d Disease type PKD (1=yes, 0=no)

_S_o_u_r_c_e:

     Klein and Moeschberger (1997) _Survival Analysis Techniques for
     Censored and truncated data_, Springer. McGilchrist and Aisbett 47
     (1991):461-466.

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

     data(kidrecurr)

