cvsit-class {MicrobiomeSurv} | R Documentation |
The cvsit Class.
Description
Class of object returned by function cvsit
.
Usage
## S4 method for signature 'cvsit'
show(object)
## S4 method for signature 'cvsit'
summary(object)
## S4 method for signature 'cvsit,missing'
plot(x, y, type = 1, ...)
Arguments
object |
A cvsit class object |
x |
A cvsit class object |
y |
missing |
type |
Plot type. 1 distribution of the HR under test For the Top K taxa using PCA. 2 distribution of the HR under test For the Top K taxa using PLS. |
... |
The usual extra arguments to generic functions — see |
Slots
HRpca
A 3-way array in which first, second, and third dimensions correspond to number of taxa, Hazard ratio information (Estimated HR, LowerCI and UpperCI), and number of cross validation respectively. This contains the estimated HR on test data and dimension reduction method is PCA.
HRpls
A 3-way array in which first, second, and third dimensions correspond to number of taxa, Hazard ratio information (Estimated HR, LowerCI and UpperCI), and number of cross validation respectively. This contains the estimated HR on test data and dimension reduction method is PLS.
Ntaxa
The number of taxa in the reduced matrix.
Ncv
The number of cross validation done.
Top
A sequence of top k taxa considered. Default is Top=seq(5,100,by=5).
Author(s)
Thi Huyen Nguyen, thihuyen.nguyen@uhasselt.be
Olajumoke Evangelina Owokotomo, olajumoke.x.owokotomo@gsk.com
Ziv Shkedy
See Also
CVPcaPls
, SurvPcaClass
, SurvPlsClass