Learn R Programming

MAIT (version 1.6.0)

LSDResults: 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.

See Also

MAIT-class FisherLSD spectralSigFeatures

Examples

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

Run the code above in your browser using DataLab