View source: R/helper_estimators_weights.R
calculateOuterWeightsPLS | R Documentation |
Calculates outer weights in PLS-PM. Currently, the originally suggested mode A and mode B are suggested. Additionally, non-negative least squares (modeBNNLS) and weights of principal component analysis (PCA) are implemented.
calculateOuterWeightsPLS( .data = args_default()$.data, .S = args_default()$.S, .W = args_default()$.W, .E = args_default()$.E, .modes = args_default()$.modes )
.data |
A |
.S |
The (K x K) empirical indicator correlation matrix. |
.W |
A (J x K) matrix of weights. |
.E |
A (J x J) matrix of inner weights. |
.modes |
A vector giving the mode for each construct in the form |
A (J x K) matrix of outer weights.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.