Learn R Programming

MAIT (version 1.6.0)

ovClassifRatioTable: Overall classification table extractor for MAIT objects

Description

Function ovClassifRatioData extracts the overall classification table for a MAIT-class object

Usage

ovClassifRatioTable(MAIT.object)

Arguments

MAIT.object
A MAIT-class object

Value

A list containing the overall classification table of the MAIT object for each classifier showing the mean value and their standard error.

See Also

MAIT-class Validation

Examples

Run this code
data(MAIT_sample)
MAIT<-spectralSigFeatures(MAIT,p.adj="fdr",parametric=TRUE)
MAIT <- Validation(Iterations = 20, trainSamples= 15, MAIT.object = MAIT)
ovClassifRatioTable(MAIT)

Run the code above in your browser using DataLab