prostate(BestReg) | R Documentation |
Data with 8 inputs and one output used to illustrate the prediction problem and regression in the textbook of Hastie, Tibshirani and Freedman (2000).
data(prostate)
A data frame with 97 observations on the following 9 variables.
lcavol
lweight
age
lbph
svi
lcp
gleason
pgg45
lpsa
A study of 97 men with prostate cancer examined the correlation between PSA (prostate specific antigen) and a number of clinical measurements: lcavol,lweight,lbph,svi,lcp,gleason,pgg45
http://www-stat-class.stanford.edu/~tibs/ElemStatLearn/
Hastie, Tibshirani & Friedman. (2001). The Elements of Statistical Learning: Data Mining, Inference, and Prediction. Springer
data(prostate) lm(lpsa~., data=prostate)