Displaying 1 result from an estimated 1 matches for "x1775_4497".
2006 Mar 09
0
Need help on Coxph
...RP11_181G12 RP11_62M23
X1747_4224 37.633 0 30635 -0.02665 -0.02665 -0.038025
X1750_4214 89.300 0 22158 -0.02665 -0.02665 -0.038025
X1751_4208 53.333 0 31669 -0.02665 -0.02665 -0.038025
X1754_4194 39.467 0 32849 -0.02665 -0.02665 -0.038025
X1775_4497 84.900 0 33563 -0.02665 -0.02665 -0.038025
Finally I would like to build the cox model for each column (starting from
the 5th column). The code would be like:
mod.allison <- coxph( Surv(time, cancer) ~ CTC_232B23 , data=Rossi2)
mod.allison <- coxph( Surv(time, cancer) ~ RP1...