Displaying 1 result from an estimated 1 matches for "n_500".
Did you mean:
n_100
2003 Jan 31
2
Testing ``<=" in R
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