| PCS {lbreg} | R Documentation |
PCS Dataset
Description
Prostate Cancer Study
Usage
data("PCS")
Format
A data frame with 380 observations on the following 9 variables.
idIdentification Code; 1 - 380
tumorTumor Penetration of Prostatic Capsule, 0 = No Penetration
agein years
raceRace; 1= White, 2 = Black
dprosResults of the Digital Rectal Exam, 4 levels
dcapsDetection of Capsular Involvement in Rectal Exam; 1 = No, 2 = Yes
psaantigen mg/ml
volTumor Volume Obtained from Ultrasound, cm3
gleasonTotal Gleason Score; 0 - 10
Source
https://www.umass.edu/statdata/statdata/data/pros.txt
References
Hosmer and Lemeshow (2000) Applied Logistic Regression, Wiley.
Examples
data(PCS)
## View(PCS)
## str(PCS) ; plot(PCS) ...
[Package lbreg version 1.3 Index]