Re: [R] Linux-Windows problem

2010-07-06 Thread Duncan Murdoch
10 9:24 AM To: Bos, Roger Cc: Uwe Ligges; Ildiko Varga; r-help Subject: Re: [R] Linux-Windows problem Sorry for asking the obvious, but have you confirmed that you are running the same version of R on both systems? /H On Tue, Jul 6, 2010 at 2:11 PM, Bos, Roger wrote: > Uwe, > > I s

Re: [R] Linux-Windows problem

2010-07-06 Thread Bos, Roger
es; Ildiko Varga; r-help Subject: Re: [R] Linux-Windows problem Sorry for asking the obvious, but have you confirmed that you are running the same version of R on both systems? /H On Tue, Jul 6, 2010 at 2:11 PM, Bos, Roger wrote: > Uwe, > > I suspect I might be having a similar prob

Re: [R] Linux-Windows problem

2010-07-06 Thread Uwe Ligges
: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Uwe Ligges Sent: Monday, July 05, 2010 10:04 AM To: Ildiko Varga Cc: r-help@r-project.org Subject: Re: [R] Linux-Windows problem On 05.07.2010 14:31, Ildiko Varga wrote: Dear All, I faced the following problem. With t

Re: [R] Linux-Windows problem

2010-07-06 Thread Henrik Bengtsson
r level.  If you > or anyone could help me out that would be appreciated. > > Thanks, > > Roger > > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] > On Behalf Of Uwe Ligges > Sent: Monday, July 05, 2010 10:04 AM

Re: [R] Linux-Windows problem

2010-07-06 Thread Bos, Roger
e Ligges Sent: Monday, July 05, 2010 10:04 AM To: Ildiko Varga Cc: r-help@r-project.org Subject: Re: [R] Linux-Windows problem On 05.07.2010 14:31, Ildiko Varga wrote: > Dear All, > > I faced the following problem. With the same data.frame the results > are different under Linux and W

Re: [R] Linux-Windows problem

2010-07-05 Thread Uwe Ligges
On 05.07.2010 14:31, Ildiko Varga wrote: 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? I guess you read in the data differently since you have different default encodings on both platforms (

[R] Linux-Windows problem

2010-07-05 Thread Ildiko Varga
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") PATI