The Lung Cancer Project
The variables represented in the dataset (lung.dat) are as follows:
- patient ID: 1 to 105
- Survival time in years
- Status: 1=dead, 0=censored
- Age in years
- Sex: F=Female, M=Male
- Stage: S1 = stage 1, S2 = stage 2, S3 = stage 3
- p-EGFR staining: N=Negative, P=Positive, .= missing
- p-STAT (phosphorylation of STAT3): N=Negative, P=Positive, . = missing
Data file: lung.dat (ASCII file)
and a
sample SAS program to read the data: lung.sas