
Last chance! 50% off unlimited learning
Sale ends in
svdpls1c(X, y, K=r)
X
should equal the number of observations in
y
. <y
is assumed to have been centred.
NA
s and Inf
s are not allowed.X
.y
.Helland, I. S. (1988). On the Structure of partial least squares regression, Communications in Statistics, 17, pp. 581-607
Martens, H. and Naes, T. (1989). Multivariate Calibration. Wiley, New York.
pls1a
, pls1b
, pls1c
,
svdpls1a
,svdpls1b
data(USArrests)
attach(USArrests)
svdpls1c(scale(cbind(Murder, Assault, UrbanPop),scale=FALSE),
scale(Rape,scale=FALSE), 2)
Run the code above in your browser using DataLab