[R] Where precision change

2010-10-18 Thread Alaios
Hello everyone. I need some help to understand when number precision in R is set. For this please consider the following example for (i in c(2:length(final))){ sizex - c(sizex,(final[i]-final[i-1],digits=2))) # round is used to remove values that are too small like e-17.

Re: [R] Where precision change

2010-10-18 Thread jim holtman
FAQ 7.31 ?all.equal On Mon, Oct 18, 2010 at 5:58 AM, Alaios ala...@yahoo.com wrote: Hello everyone. I need some help to understand when number precision in R is set. For this please consider the following example  for (i in c(2:length(final))){    sizex -