Description Usage Arguments Examples
This function simply returns the number of unique elements in a covariance matrix. Recall that a correlation matrix is just a standardized covariance matrix.
| 1 | 
| x | A fitted lavaan object | 
| 1 2 3 4 5 6 | iq.cfa <- '
verb =~ info + comp + arith + simil + digit + vocab
perf =~ pictcomp + parang + block + object + coding
'
fit <- cfa(iq.cfa, data = wiscsem)
unique_elements(fit)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.