Displaying 1 result from an estimated 1 matches for "x1751_4208".
2006 Mar 09
0
Need help on Coxph
...;, "RP11_62M23"...
I extract first 5 rows and 7 columns and get the data in below:
arrayID time cancer patientID CTC_232B23 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 w...