setDominantIndicator | R Documentation |
Set the dominant indicator for each construct. Since the sign of the weights, and thus the loadings is often not determined, a dominant indicator can be chosen per block. The sign of the weights are chosen that the correlation between the dominant indicator and the composite is positive.
setDominantIndicator( .W = args_default()$.W, .dominant_indicators = args_default()$.dominant_indicators, .S = args_default()$.S )
.W |
A (J x K) matrix of weights. |
.dominant_indicators |
A character vector of |
.S |
The (K x K) empirical indicator correlation matrix. |
The (J x K) matrix of weights with the dominant indicator set.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.