[R] Testing ``<=" in R

Maria N Kocherginsky mkocherg at students.uiuc.edu
Fri Jan 31 22:43:02 CET 2003


Hello,

I've encountered the following:

> n_500
> tau_.95
> (n*(1-tau))
[1] 25
> (n*(1-tau))<=25
[1] FALSE
> (n*(1-tau))==25
[1] FALSE

I'm using UNIX R Version 1.4.0, and also tested in out in Windows 1.6.0. Is 
this a bug?

Masha




More information about the R-help mailing list