| cvpp-class {MetabolicSurv} | R Documentation |
The cvpp Class.
Description
The cvpp Class.
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
NmetThe number of metabolite used for the dimesion reduction method used
Author(s)
Olajumoke Evangelina Owokotomo, olajumoke.owokotomo@uhasselt.be
Ziv Shkedy
See Also
CVPcaPls, SurvPcaClass, SurvPlsClass
Examples
## GENERATE SOME METABOLIC SURVIVAL DATA WITH PROGNOSTIC FACTORS
Data<-MSData(nPatients=100,nMet=150,Prop=0.5)
## USING THE FUNCTION
Result = CVPcaPls(Fold = 4, Survival = Data$Survival,
Mdata = t(Data$Mdata), Censor = Data$Censor, Reduce=TRUE,
Select=19, Prognostic= Data$Prognostic,Ncv=55,DR ="PLS")
## GET THE CLASS OF THE OBJECT
class(Result) # A "cvpp" Class
## METHOD THAT CAN BE USED FOR THE RESULT
show(Result)
summary(Result)
plot(Result)
[Package MetabolicSurv version 1.1.2 Index]