powered by
A dataset containing the riskscore, survival parameters (Overall survival and censoring indicator) and other pronostic factors of 149 subjects.
data(DataHR)
A data frame with 149 rows and 5 variables:
Riskscores of the subjects
Overall survival of the subjects
Censoring indicator for all the patients; 1= Dead and 0 = Alive
The first prognostic factor which is the gender of all the patients; 1=Male and 0 = Female
The second prognostic factor which is the cancer stage of all the patients; 1= Early stage and 0= Advanced stage
# NOT RUN { data(DataHR) summary(DataHR[,1:2]) # }
Run the code above in your browser using DataLab