Calculate the difference between the empirical (S) and the model-implied indicator variance-covariance matrix (Sigma_hat) using different distance measures.
Usage
calculateDG(
.object = NULL,
.matrix1 = NULL,
.matrix2 = NULL,
.saturated = FALSE,
...
)
calculateDL(
.object = NULL,
.matrix1 = NULL,
.matrix2 = NULL,
.saturated = FALSE,
...
)
calculateDML(
.object = NULL,
.matrix1 = NULL,
.matrix2 = NULL,
.saturated = FALSE,
...
)
Arguments
- .object
An R object of class cSEMResults resulting from a call to
csem()
.- .matrix1
A
matrix
to compare.- .matrix2
A
matrix
to compare.- .saturated
Logical. Should a saturated structural model be used? Defaults to
FALSE
.- ...
Ignored.