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

2012-09-11 Thread Andrea Gonnermann
a nice day :-) Andrea On Tue, Sep 11, 2012 at 4:48 PM, PIKAL Petr 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 >&

[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 <- ((1/RD_Var1)*RD_1+(1/RD_V