# [ 연습문제 - cancer 데이터 차원축소 PCA ]# 1. 데이터 로딩cancer X # 2. PCAm_pca # 3. 평가# 4. 시각화# 1) 2차원# 2) 3차원 더보기[ 내 답변 ]# [ 연습문제 - cancer 데이터 차원축소 PCA ]# 1. 데이터 로딩cancer X head(X)# 2. PCAm_pca > m_pcaStandard deviations (1, .., p=30): [1] 3.64439401 2.38565601 1.67867477 1.40735229 1.28402903 1.09879780 0.82171778 0.69037464 0.64567392 0.59219377[11] 0.54213992 0.51103950 0.49128148 0.39624453 0.30681422 0..