View source: R/helper_estimators_weights.R
scaleWeights | R Documentation |
Scale weights such that the formed composite has unit variance.
scaleWeights( .S = args_default()$.S, .W = args_default()$.W )
.S |
The (K x K) empirical indicator correlation matrix. |
.W |
A (J x K) matrix of weights. |
The (J x K) matrix of scaled weights.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.