Skip to content
Prev 378874 / 398502 Next

[FORGED] Re: Issue with t.test

On 13/03/19 9:06 AM, Greg Snow wrote:
<SNIP>
<SNIP>

Doesn't have to be *exact* equality.  Just close!

E.g.:

set.seed(42)
x <- runif(10)
mew <- 0.63626
mew==mean(x) # FALSE
t.test(x,mu=mew)

cheers,

Rolf