Skip to content

about multtest...

2 messages · sandrine.mainard1@etud.univ-ubs.fr, Thomas Lumley

#
Hello,

I'm wondering what mean "-inf" et "inf" for SidakSS and SidakSD in the case of 
a mt.rawp2adjp(in the multtest package).

Thanks a lot in advance.

Sandrine



--------------------------------------------------------------------------------
Université de Bretagne sud                               http://www.univ-ubs.fr/
#
On Wed, 23 Apr 2003 sandrine.mainard1 at etud.univ-ubs.fr wrote:

            
Please don't send these messages to r-announce. r-announce is for
announcements.

Since you are asking about a Bioconductor package, the bioconductor
mailing list might be a better place.


The +Inf and -Inf probably result from taking min() and max() of an empty
set.  Either they should be changed to 1 and 0 respectively or they
indicate that the result is undefined.

	-thomas