Description Usage Arguments Value Author(s) See Also Examples
View source: R/ovClassifRatioTable.R
Function ovClassifRatioData
extracts the overall classification table for a MAIT-class
object
1 | ovClassifRatioTable(MAIT.object)
|
MAIT.object |
A MAIT-class object |
A list containing the overall classification table of the MAIT object for each classifier showing the mean value and their standard error.
Francesc Fernandez, francesc.fernandez.albert@upc.edu
1 2 3 4 | data(MAIT_sample)
MAIT<-spectralSigFeatures(MAIT,p.adj="fdr",parametric=TRUE)
MAIT <- Validation(Iterations = 20, trainSamples= 15, MAIT.object = MAIT)
ovClassifRatioTable(MAIT)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.