LSDResults {MAIT} | R Documentation |
Function LSDResults
extracts the results of the LSD tests of a MAIT object as a matrix.
LSDResults(MAIT.object)
MAIT.object |
A MAIT-class object |
A matrix containing the results of the Fisher's LSD tests. For each row, equal letters mean that the groups are found to be equal in the test.
Francesc Fernandez, francesc.fernandez.albert@upc.edu
MAIT-class
FisherLSD
spectralSigFeatures
data(MAIT_sample) MAIT<-spectralSigFeatures(MAIT,p.adj="fdr",parametric=TRUE) LSDResults(MAIT)