params.plsregression(S, W, model)
inner
, reflective
, and formative
defining the free regression paths
in the model.params.plsregression
estimates the model parameters similarly to params.regression
with the exception that instead of separate OLS regressions the inner
part of
the model is estimated with separate PLS regressions using the PLS1 algorithm with two rounds
of estimation.The implementation of PLS regression is ported from the raw data version implemented in get_plsr1
funtion of the plspm
package.
Bjørn-Helge Mevik, & Ron Wehrens. (2007). The pls Package: Principal Component and Partial Least Squares Regression in R. Journal of Statistical Software, 18. Retrieved from http://www.jstatsoft.org/v18/i02/paper
params.plsc
;
params.regression
;
params.tsls