Learn R Programming

matrixpls (version 0.4.0)

outer.fixedWeights: PLS outer estimation with fixed weights

Description

Returns the starting weights as outer estimates.

Usage

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