Learn R Programming

matrixpls (version 0.4.0)

outer.modeB: PLS outer estimation with Mode B

Description

Performs Mode B outer estimation by regressing the composites on the observed variables.

Usage

outer.modeB(S, W, E, W.mod, ...)

Arguments

S
Covariance matrix of the data.
W
Weight matrix, where the indicators are on colums and composites are on the rows.
E
Inner weight matrix. A square matrix of inner estimates between the composites.
W.mod
A matrix specifying the weight relationships and their starting values.
...
Other parameters are ignored

Value

  • A matrix of unscaled outer weights W with the same dimesions as W.mod.

See Also

Other outer estimators: outer.GSCA; outer.factor; outer.fixedWeights; outer.modeA