View source: R/principal-component-analysis.R
nipals_pca | R Documentation |
NIPALS 알고리즘을 이용하여 주성분 스코어 행렬과 고유벡터행렬을 구한다.
nipals_pca(X, .pc = NULL)
X |
독립변수 행렬. |
.pc |
추출할 주성분의 수. |
리스트. T
: 스코어 행렬, V
: 고유벡터 행렬.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.