cvsit-class | R Documentation |
Class of object returned by function cvsit
.
## 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, ...)
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 |
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).
Thi Huyen Nguyen, thihuyen.nguyen@uhasselt.be
Olajumoke Evangelina Owokotomo, olajumoke.x.owokotomo@gsk.com
Ziv Shkedy
CVPcaPls
, SurvPcaClass
, SurvPlsClass
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.