On 3/12/2006 7:08 PM, Janusz Kawczak wrote:
> However, mean(x)==0.2 returns TRUE
> Also, mean(x)>=(1-0.8) returns TRUE ;)
>
> So, it's not just the approximation calculus.
I don't get your point. On my computer,
> 1-0.8 < 0.2
[1] TRUE
which is consistent with what I wrote below and what you w
However, mean(x)==0.2 returns TRUE
Also, mean(x)>=(1-0.8) returns TRUE ;)
So, it's not just the approximation calculus.
On Sun, 12 Mar 2006, Duncan Murdoch wrote:
> On 3/12/2006 6:39 PM, [EMAIL PROTECTED] wrote:
> > Full_Name: Matthew Davis
> > Version: 2.2.0
> > OS: OS X (10.4.5)
> > Submission
On 3/12/2006 6:39 PM, [EMAIL PROTECTED] wrote:
> Full_Name: Matthew Davis
> Version: 2.2.0
> OS: OS X (10.4.5)
> Submission from: (NULL) (209.107.120.195)
>
>
> the mean of my sample x is 0.2, and when I check mean(x)<=0.2 I get a TRUE
> value, when I check mean(x)<=(1-0.8) I get a FALSE value.
> 0.2==(1-0.8)
[1] FALSE
On Mar 12, 2006, at 15:39 , [EMAIL PROTECTED] wrote:
> Full_Name: Matthew Davis
> Version: 2.2.0
> OS: OS X (10.4.5)
> Submission from: (NULL) (209.107.120.195)
>
>
> the mean of my sample x is 0.2, and when I check mean(x)<=0.2 I get
> a TRUE
> value, when I check mea
Full_Name: Matthew Davis
Version: 2.2.0
OS: OS X (10.4.5)
Submission from: (NULL) (209.107.120.195)
the mean of my sample x is 0.2, and when I check mean(x)<=0.2 I get a TRUE
value, when I check mean(x)<=(1-0.8) I get a FALSE value. (x <- c(0, 1, 0, 0,
0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0