Re: [R] QUESTION ON ROUNDING

2013-03-28 Thread Duncan Murdoch
On 28/03/2013 2:21 PM, Andras Farkas wrote: Dear All, wonder if you have a thought on the following: I am using the round(x,digits=3) command, but some of my values come out as: 0.07099 AND 0.06901. Any thoughts on why this maty be happening or how to eliminate the prob

Re: [R] QUESTION ON ROUNDING

2013-03-28 Thread R. Michael Weylandt
On Thu, Mar 28, 2013 at 6:21 PM, Andras Farkas wrote: > > Dear All, > > wonder if you have a thought on the following: I am using the > round(x,digits=3) command, but some of my values come out as: > 0.07099 AND 0.06901. Any thoughts on why this maty be > happening or ho

[R] QUESTION ON ROUNDING

2013-03-28 Thread Andras Farkas
Dear All,   wonder if you have a thought on the following: I am using the round(x,digits=3) command, but some of my values come out as: 0.07099 AND 0.06901. Any thoughts on why this maty be happening or how to eliminate the problem?   apreciate the help,   Andras