# Prostate Cancer Data Stamey et al. (1989) による研究のデータセットで、根治的前立腺摘除術を受ける予定の患者について、前立腺特異抗原(PSA)値と複数の臨床測定値との相関を調べたもの。説明変数は log cancer volume(lcavol)、log prostate weight(lweight)、age、log of benign prostatic hyperplasia(lbph)、seminal vesicle invasion(svi)、log capsular penetration(lcp)、Gleason score(gleason)、percent Gleason scores 4/5(pgg45)の8変数、目的変数は log prostate-specific antigen(lpsa)。訓練67例・テスト30例に分割される。(Source: [[@2009__Springer__The Elements of Statistical Learning - Chapter 3 Linear Methods for Regression]] §3.2.1) *The Elements of Statistical Learning* 第3章では、最小二乗法・best-subset選択・ridge回帰・lasso・主成分回帰(PCR)・部分的最小二乗法(PLS)を横断的に適用する共通実例として繰り返し用いられる(表3.1–3.3、図3.5–3.10、図3.19)。 ## 関連 - ソース: [[@2009__Springer__The Elements of Statistical Learning - Chapter 3 Linear Methods for Regression]] - 書籍: [[wiki/entities/The Elements of Statistical Learning|The Elements of Statistical Learning]] ## 出典 - Stamey, T.A. et al. (1989). *Journal of Urology*(ESL第3章 §3.2.1で引用)。 - Hastie, T., Tibshirani, R., Friedman, J., *The Elements of Statistical Learning*, 2nd Edition, Springer, 2009, Chapter 3.