Learn R Programming

matrixpls (version 0.5.0)

inner.identity: PLS inner estimation with the identity scheme

Description

Returns a set of inner weights using the identity scheme.

Usage

inner.identity(S, W, inner.mod, ...)

Arguments

S
Covariance matrix of the data.
W
Weight matrix, where the indicators are on colums and composites are on the rows.
inner.mod
A square matrix specifying the relationships of the composites in the model.
...
Other parameters are ignored

Value

  • A matrix of unscaled inner weights E with the same dimesions as inner.mod.

Details

This scheme is not commonly discussed in the current PLS literature, but it is a special case that is analyzed in the early PLS literature and currently implemented in at least the WarpPLS software. In the identity scheme identity matrix is used as the inner weight matrix E.

The identity scheme with Mode A outer estimation converges toward the first principal component of each indicator block.

References

Wold, H. (1966). Nonlinear estimation by iterative least squares procedures. Research Papers in Statistics: Festschrift for J. Neyman, 411–444.

Wold, H. (1982). Soft modeling - The Basic Design And Some Extensions. In K. G. Jöreskog & S. Wold (Eds.), Systems under indirect observation: causality, structure, prediction (pp. 1–54). Amsterdam: North-Holland.

See Also

Other inner estimators: inner.GSCA; inner.Horst; inner.centroid; inner.factor; inner.path