[R] R calculates small numbers, where the result should be zero

2012-09-11 Thread Andrea Gonnermann
Hi all, my problem is that R does wrong calculations, when the result should be zero. I have the following code: RD_Var1 - ((0.1*(1-0.1))/100)+((0.2*(1-0.2))/100) RD_Var2 - ((0.1*(1-0.1))/100)+((0.2*(1-0.2))/100) RD_1 - 0.1-0.2 RD_1 RD_2 - 0.1-0.2 FEM_Eff_RD -

Re: [R] R calculates small numbers, where the result should be zero

2012-09-11 Thread Andrea Gonnermann
:-) Andrea On Tue, Sep 11, 2012 at 4:48 PM, PIKAL Petr petr.pi...@precheza.cz wrote: Hi -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- project.org] On Behalf Of Andrea Gonnermann Sent: Tuesday, September 11, 2012 4:24 PM To: r-help@r-project.org Subject: [R