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, ...)
Covariance matrix of the data.
Weight matrix, where the indicators are on colums and composites are on the rows.
Inner weight matrix. A square matrix of inner estimates between the composites.
A matrix specifying the weight relationships and their starting values.
All other arguments are ignored.
There are two options for this argument: 1. lavaan script or lavaan parameter
table, or 2. a list containing three matrices
inner
, reflective
, and formative
defining the free regression paths
in the model.
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<U+00F6>ller J.-B. (1989) Latent variable path modeling with partial least squares. Heidelberg: Physica-Verlag.