Learn R Programming

matrixpls (version 0.4.0)

outer.modeA: PLS outer estimation with Mode A

Description

Performs Mode A outer estimation by calculating correlation matrix between the indicators and composites.

Usage

outer.modeA(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.modeB