cvpp {MetabolicSurv} | R Documentation |
Constructor for the cvpp class
Description
Constructor for the cvpp class
Usage
cvpp(Results, Ncv, Method, CVtrain, CVtest, Nmet)
Arguments
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 |
Nmet |
The number of metabolite used for the dimesion reduction method used |
Value
object of class cvpp
[Package MetabolicSurv version 1.1.2 Index]