Learn R Programming

lsm (version 0.2.0)

pros: The Prostate Cancer Study

Description

A third data set involves a study of patiens with cancer of the prostate.

Usage

pros

Arguments

Format

A data frame with 380 observations on the following 9 variables.

ID

a numeric vector

CAPSULE

a numeric vector

AGE

a numeric vector

RACE

a numeric vector

DPROS

a numeric vector

DCAPS

a numeric vector

PSA

a numeric vector

VOL

a numeric vector

GLEASON

a numeric vector

References

[1] Hosmer, D. (2013). Wiley Series in Probability and Statistics Ser. : Applied Logistic Regression (3). New York: John Wiley & Sons, Incorporated.

Examples

Run this code
# NOT RUN {
data(pros)
## maybe str(pros) ; plot(pros) ...
# }

Run the code above in your browser using DataLab