Skip to content
Prev 298812 / 398506 Next

list to dataframe conversion-testing for identical

Hello,

But

 > all.equal(dat1,dat2)
[1] TRUE

So I guess it does have to do with floating-point equality, all.equal 
uses .Machine$double.eps. (Which could return FALSE on ocasions we would 
expect TRUE, when, for instance, the tolerance could/should be 
.Machine$double.eps^0.5.)

Rui Barradas

Em 01-07-2012 18:55, arun escreveu: