Calculate composite weights using principal component analysis (PCA)
Source:R/estimators_weights.R
calculateWeightsPCA.Rd
Calculate weights for each block by extracting the first principal component of the indicator correlation matrix S_jj for each blocks, i.e., weights are the simply the first eigenvector of S_jj.
Usage
calculateWeightsPCA(
.S = args_default()$.S,
.csem_model = args_default()$.csem_model
)
Arguments
- .S
The (K x K) empirical indicator correlation matrix.
- .csem_model
A (possibly incomplete) cSEMModel-list.