View source: R/estimators_weights.R
| calculateWeightsUnit | R Documentation | 
Calculate unit weights for all blocks, i.e., each indicator of a block is equally weighted.
calculateWeightsUnit(
 .S                 = args_default()$.S,
 .csem_model        = args_default()$.csem_model,
 .starting_values   = args_default()$.starting_values
  )
| .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  | 
A named list. J stands for the number of constructs and K for the number of indicators.
$WA (J x K) matrix of estimated weights.
$ENULL
$ModesThe mode used. Always "unit".
$Conv_statusNULL as there are no iterations
$Iterations0 as there are no iterations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.