params.tsls(S, model, W, ...)
inner
, reflective
, and formative
defining the free regression paths
in the model.weightFunction
and parameterEstimator
.params.tsls
estimates the statistical model described by model
with the
following steps. If model
is not in the native format, it is converted to the native
format containing matrices inner
, reflective
, and formative
. The
weights W
and the data covariance matrix S
are used to calculate the composite
covariance matrix C
and the indicator-composite covariance matrix IC
. These
are used to estimate multiple regression models with two-stage least squares for
inner model and OLS regressions for the outer model.params.plsc
;
params.plsregression
;
params.regression