### Name: classifyTests ### Title: Multiple Testing Genewise Across Contrasts ### Aliases: FStat classifyTestsF classifyTestsT classifyTestsP ### Keywords: htest ### ** Examples tstat <- matrix(c(0,5,0, 0,2.5,0, -2,-2,2, 1,1,1), 4, 3, byrow=TRUE) classifyTestsF(tstat) # See also the examples for contrasts.fit and vennDiagram