cvpp-class {MicrobiomeSurv} | R Documentation |
The cvpp Class.
Description
Class of object returned by function CVPcaPls
.
Usage
## S4 method for signature 'cvpp'
show(object)
## S4 method for signature 'cvpp'
summary(object)
## S4 method for signature 'cvpp,missing'
plot(x, y, ...)
Arguments
object |
A cvpp class object |
x |
A cvpp class object |
y |
missing |
... |
The usual extra arguments to generic functions — see |
Slots
Results
A dataframe containg the estimated Hazard ratio of the test dataset and the training dataset
Ncv
The number of cross validation performed
Method
The dimesion reduction method used
CVtrain
The training dataset indices matrix used for the cross validation
CVtest
The test dataset indices matrix used for the cross validation
Select
The number of taxa used for the dimesion reduction method used
Author(s)
Thi Huyen Nguyen, thihuyen.nguyen@uhasselt.be
Olajumoke Evangelina Owokotomo, olajumoke.x.owokotomo@gsk.com
Ziv Shkedy
See Also
CVPcaPls
, SurvPcaClass
, SurvPlsClass
[Package MicrobiomeSurv version 0.1.0 Index]