| 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
ResultsA dataframe containg the estimated Hazard ratio of the test dataset and the training dataset
NcvThe number of cross validation performed
MethodThe dimesion reduction method used
CVtrainThe training dataset indices matrix used for the cross validation
CVtestThe test dataset indices matrix used for the cross validation
SelectThe 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]