vn.entropy: Entropy Fit Index using Von Neumman's entropy (Quantum Information Theory) for correlation matrices
Description
Computes the fit of a dimensionality structure using Von Neumman's entropy when the input is a correlation matrix.
Lower values suggest better fit of a structure to the data.
Usage
vn.entropy(data, structure)
Arguments
data
A dataset or a correlation matrix
structure
A vector representing the structure (numbers or labels for each item).
Can be theoretical factors or the structure detected by EGA
Value
Returns a list containing:
Entropy.Fit
The Entropy Fit Index using Von Neumman's entropy
Total.Correlation
The total correlation of the dataset
Average.Entropy
The average entropy of the dataset
See Also
EGA to estimate the number of dimensions of an instrument using EGA and CFA to
verify the fit of the structure suggested by EGA using confirmatory factor analysis.