nwtco                package:survival                R Documentation

_D_a_t_a _f_r_o_m _t_h_e _N_a_t_i_o_n_a_l _W_i_l_m'_s _T_u_m_o_r _S_t_u_d_y

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

     Missing data/masurement error example. Tumor histology predicts
     survival, but prediction is stronger with central lab histology
     than with the local institution determination.

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

     nwtco

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

     A data frame with 4028 observations on the following 9 variables.

     '_s_e_q_n_o' id number

     '_i_n_s_t_i_t' Histology from local institution

     '_h_i_s_t_o_l' Histology from central lab

     '_s_t_a_g_e' Disease stage

     '_s_t_u_d_y' study

     '_r_e_l' indicator for relapse

     '_e_d_r_e_l' time to relapse

     '_a_g_e' age in months

     '_i_n._s_u_b_c_o_h_o_r_t' Included in the subcohort for the example in the
          paper

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

     <URL: http://faculty.washington.edu/norm/software.html>

_R_e_f_e_r_e_n_c_e_s:

     NE Breslow and N Chatterjee (1999), Design and analysis of
     two-phase studies with binary outcome applied to Wilms tumour
     prognosis. _Applied Statistics_ *48*, 457-68.

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

     with(nwtco, table(instit,histol))
     anova(coxph(Surv(edrel,rel)~histol+instit,data=nwtco))
     anova(coxph(Surv(edrel,rel)~instit+histol,data=nwtco))

