Prostate Cancer Study
data("PCS")
A data frame with 380 observations on the following 9 variables.
id
Identification Code; 1 - 380
tumor
Tumor Penetration of Prostatic Capsule, 0 = No Penetration
age
in years
race
Race; 1= White, 2 = Black
dpros
Results of the Digital Rectal Exam, 4 levels
dcaps
Detection of Capsular Involvement in Rectal Exam; 1 = No, 2 = Yes
psa
antigen mg/ml
vol
Tumor Volume Obtained from Ultrasound, cm3
gleason
Total Gleason Score; 0 - 10
Hosmer and Lemeshow (2000) Applied Logistic Regression, Wiley.
# NOT RUN {
data(PCS)
## View(PCS)
## str(PCS) ; plot(PCS) ...
# }
Run the code above in your browser using DataLab