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

Description Usage Arguments Value Author(s) See Also Examples

View source: R/LSDResults.R

Description

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

Usage

1
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

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

MAIT documentation built on Nov. 8, 2020, 5:43 p.m.