Description Slots Note Author(s) See Also Examples
The perm Class.
HRobsEstimated HR for low risk group on the original data.
HRpermEstimated HR for low risk group on the permuted data
npermNumber of permutations carried out.
ValidationThe validation scheme that was used.
The first, third and last vertical line on the plot are the lower, median and upper CI of the permuted data estimated HR while the red line is the estimated HR of the original data
Olajumoke Evangelina Owokotomo, olajumoke.owokotomo@uhasselt.be
Ziv Shkedy
DistHR, EstimateHR, SurvPcaClass, SurvPlsClass, Majorityvotes, Lasoelacox, EstimateHR, Lasoelacox
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## GENERATE SOME METABOLIC SURVIVAL DATA WITH PROGNOSTIC FACTORS
Data<-MSData(nPatients=100,nMet=150,Prop=0.5)
## USING THE FUNCTION
Example <- DistHR(Survival = Data$Survival,Mdata = t(Data$Mdata),
Censor = Data$Censor,Reduce=FALSE,Select=15,Prognostic=Data$Prognostic,
Quantile = 0.5, nperm=10, case=2, Validation=c("L1based"))
## GET THE CLASS OF THE OBJECT
class(Example) # A "perm" Class
## METHOD THAT CAN BE USED FOR THIS CLASS
show(Example)
summary(Example)
plot(Example)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.