Skip to content

Unexpected Behavior (potentially) in t.test

4 messages · Russell Pierce, PIKAL Petr, Peter Dalgaard

2 days later
#
Hi

I tried your code with R 2.8.0 devel,  gave up after about 4 hours (more 
or less t1N was 18) but until i interrupted it manually there was no 
problem neither error. Maybe you could try it with new R version. Besides 
I did not debug or profile your code so maybe you could try to debug it 
yourself. Especially 3 nested loops seems to me quite ineffective together 
with incremental Cgroup and Tgroup increasing.

Regards

Petr
petr.pikal at precheza.cz
724008364, 581252140, 581252257


r-help-bounces at r-project.org napsal dne 20.06.2008 20:55:08:
what I
the
for
.Machine$double.eps *
found
,
not
run
when
examine
groups
then,
I
t2
may
at
#feedback
http://www.R-project.org/posting-guide.html
#
Petr PIKAL wrote:
Yes. I had this running over a large part of the weekend (started it in
a window and forgot about it...) with no error.

So you (Russell, not Petr) need to do some more work. You have the
problem, and you can do things like printing the data vector(s) that
t.test complains about.  Notice that try() allows you to catch the error
and do something before exiting.

    -p