cvmm-class | R Documentation |
Class of object returned by function CVMSpecificCoxPh
.
## S4 method for signature 'cvmm'
show(object)
## S4 method for signature 'cvmm'
summary(object, which = 1)
## S4 method for signature 'cvmm,ANY'
plot(x, y, which = 1, ...)
object |
A CVMSpecificCoxPh class object |
which |
This specify which taxon for which estimated HR information need to be visualized. By default results of the first taxon is used. |
x |
A CVMSpecificCoxPh class object |
y |
missing |
... |
The usual extra arguments to generic functions — see |
plot signature(x = "cvmm"): Plots for CVMSpecificCoxPh
class analysis results.
Any parameters of plot.default
may be passed on to this particular plot method.
HRTrain
A 3-way array, The first dimension is the number of taxa, the second dimension is the HR statistics for the low risk group in the train dataset (HR,1/HR LCI, UCI) while the third dimension is the number of cross validation performed.
HRTest
A 3-way array, The first dimension is the number of taxa, the second dimension is the HR statistics for the low risk group in the test dataset (HR,1/HR LCI, UCI) while the third dimension is the number of cross validation performed.
train
The selected subjects for each CV in the train dataset.
test
The selected subjects for each CV in the test dataset.
n.mi
The number of taxa used in the analysis.
Ncv
The number of cross validation performed.
Rdata
The microbiome data matrix that was used for the analysis either same as Micro.mat or a reduced version
Thi Huyen Nguyen, thihuyen.nguyen@uhasselt.be
Olajumoke Evangelina Owokotomo, olajumoke.x.owokotomo@gsk.com
Ziv Shkedy
CVMSpecificCoxPh
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.