Learn R Programming

SOPC (version 0.1.0)

PSA: Prostate Specific Antigen

Description

The prostate specific antigen (PSA) data set.

Usage

data("PSA")

Arguments

Format

lcavol

a numeric vector

lweight

a numeric vector

age

a numeric vector

lbph

a numeric vector

svi

a numeric vector

lcp

a numeric vector

gleason

a numeric vector

pgg45

a numeric vector

lpsa

a numeric vector

Details

The data set comes from the prostate specific antigen (PSA) data of 96 patients collected by Stanford University Medical Center. These patients all underwent radical prostatectomy.

References

NA

Examples

Run this code
data(PSA)
## maybe str(PSA) ; plot(PSA) ...

Run the code above in your browser using DataLab