LSDResults {MAIT}R Documentation

Extractor of the Fisher's LSD tests from a MAIT object

Description

Function LSDResults extracts the results of the LSD tests of a MAIT object as a matrix.

Usage


LSDResults(MAIT.object)

Arguments

MAIT.object

A MAIT-class object

Value

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.

Author(s)

Francesc Fernandez, francesc.fernandez.albert@upc.edu

See Also

MAIT-class FisherLSD spectralSigFeatures

Examples

data(MAIT_sample)
MAIT<-spectralSigFeatures(MAIT,p.adj="fdr",parametric=TRUE)
LSDResults(MAIT)

[Package MAIT version 1.26.0 Index]