about multtest...
On Wed, 23 Apr 2003 sandrine.mainard1 at etud.univ-ubs.fr wrote:
Hello, I'm wondering what mean "-inf" et "inf" for SidakSS and SidakSD in the case of a mt.rawp2adjp(in the multtest package).
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