calculateConstructVCV | R Documentation |
Calculate the variance-covariance matrix (VCV) of the constructs, i.e., correlations that involve common factors/latent variables are diattenuated.
calculateConstructVCV( .C = args_default()$.C, .Q = args_default()$.Q )
.C |
A (J x J) composite variance-covariance matrix. |
.Q |
A vector of composite-construct correlations with element names equal to the names of the J construct names used in the measurement model. Note Q^2 is also called the reliability coefficient. |
The (J x J) construct VCV matrix. Disattenuated if requested.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.