View source: R/partial-least-squares.R
| nipals_plsr | R Documentation | 
NIPALS 알고리즘을 이용하여 부분최소자승 회귀모형을 구한다.
nipals_plsr(X, y, ncomp = NULL)
X | 
 독립변수 행렬.  | 
y | 
 종속변수 벡터.  | 
ncomp | 
 추출할 잠재변수 개수.  | 
리스트. T: 스코어 행렬, W: 가중치 행렬, P: 로딩행렬, b 회귀계수.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.