outerEstim | R Documentation |
Calculates a set of unstandardized outer weights.
Mode A outer weights are correlations between indicators and composites. Mode B outer weights are regression coefficients of composites on indicators.
For information about GSCA weights, see GSCA.
outerEstim.modeA(S, W, E, W.model, ...)
outerEstim.modeB(S, W, E, W.model, ...)
outerEstim.gsca(S, W, E, W.model, model, ...)
outerEstim.fixed(S, W, E, W.model, ...)
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.model |
A matrix specifying the weight relationships and their starting values. |
... |
All other arguments are ignored. |
model |
There are two options for this argument: 1. lavaan script or lavaan parameter
table, or 2. a list containing three matrices
|
A matrix of unscaled outer weights W
with the same dimensions as W.model
.
outerEstim.modeA()
: Mode A outer estimation.
outerEstim.modeB()
: Mode B outerestimation.
outerEstim.gsca()
: outer estimation with generalized structured component analysis.
outerEstim.fixed()
: Fixed weights. Returns the starting weights specified in W.model
Lohmöller J.-B. (1989) Latent variable path modeling with partial least squares. Heidelberg: Physica-Verlag.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.