Skip to content
Prev 61493 / 398500 Next

how to ignore t.test error message

burak kutlu wrote:
What does the error message say exactly?
Do you have an example?

Even with the degenerated case
   t.test(c(0, 0), c(0, 0))
I don't get any error message.
See ?try
And what is the p-value in such a case?

I guess I haven't understood the problem correctly, so please be more 
specific!

Uwe Ligges