Calculate composite weights using unit weights
Source:R/estimators_weights.R
calculateWeightsUnit.Rd
Calculate unit weights for all blocks, i.e., each indicator of a block is equally weighted.
Usage
calculateWeightsUnit(
.S = args_default()$.S,
.csem_model = args_default()$.csem_model,
.starting_values = args_default()$.starting_values
)
Arguments
- .S
The (K x K) empirical indicator correlation matrix.
- .csem_model
A (possibly incomplete) cSEMModel-list.
- .starting_values
A named list of vectors where the list names are the construct names whose indicator weights the user wishes to set. The vectors must be named vectors of
"indicator_name" = value
pairs, wherevalue
is the (scaled or unscaled) starting weight. Defaults toNULL
.