Displaying 1 result from an estimated 1 matches for "drugcode".
2010 Jul 05
1
Linux-Windows problem
Dear All,
I faced the following problem. With the same data.frame the results are 
different under Linux and Windows.
Could you help on this topic?
Thanks in advance,
Ildiko
Linux:
 > d = read.csv("CRP.csv")
 > d$drugCode = as.numeric(d$drug)
 > cor(d, use="pairwise.complete.obs")
           PATIENT     BL.CRP   X24HR.CRP   X48HR.CRP drug   drugCode
PATIENT        NA         NA          NA          NA   NA         NA
BL.CRP         NA  1.0000000  0.84324880 -0.05699590   NA -0.3367147
X24HR.CRP      NA...