Learn R Programming

MetabolicSurv (version 1.1.2)

DataHR: 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)

Arguments

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

...

Examples

Run this code
# NOT RUN {
data(DataHR)
summary(DataHR[,1:2])
# }

Run the code above in your browser using DataLab