cvmv {MetabolicSurv} | R Documentation |
Constructor for the cvmv class
Description
Constructor for the cvmv class
Usage
cvmv(HRTrain, HRTest, Ncv, Mdata, Progfact)
Arguments
HRTrain |
A matrix of survival information for the training dataset. It has three columns representing the estimated HR, the 95% lower confidence interval and the 95% upper confidence interval. |
HRTest |
A matrix of survival information for the test dataset. It has three columns representing the estimated HR, the 95% lower confidence interval and the 95% upper confidence interval. |
Ncv |
The number of cross validation used |
Mdata |
The Metabolite data matrix that was used for the analysis either same as Mdata or a reduced version. |
Progfact |
The names of prognostic factors used |
Value
object of class cvmv
[Package MetabolicSurv version 1.1.2 Index]