DataHR {MetabolicSurv} | R Documentation |
Survival and Prognostic Data .
Description
A dataset containing the riskscore, survival parameters (Overall survival and censoring indicator) and other pronostic factors of 149 subjects.
Usage
data(DataHR)
Format
A data frame with 149 rows and 5 variables:
- Riskscore
Riskscores of the subjects
- Survival
Overall survival of the subjects
- Censor
Censoring indicator for all the patients; 1= Dead and 0 = Alive
- Gender
The first prognostic factor which is the gender of all the patients; 1=Male and 0 = Female
- Stage
The second prognostic factor which is the cancer stage of all the patients; 1= Early stage and 0= Advanced stage
...
Source
https://bmccancer.biomedcentral.com/articles/10.1186/s12885-018-4755-1
Examples
data(DataHR)
summary(DataHR[,1:2])
[Package MetabolicSurv version 1.1.2 Index]