A few further oddities (no longer having to do with modular arithmetic): > (0.3 * 3) == 0.9 [1] FALSE > (0.2 * 6) == 1.2 [1] FALSE
This is bad behavior, right? I feel like I'm going crazy. I'm using R version 2.8.1 (2008-12-22). Thanks, Peter ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.