A general function that returns the model fit indices.
ItemFit(U, Z, ell_A, nparam)
log likelihood of analysis model
log likelihood of benchmark model
log likelihood of null model
Chi-Square statistics for analysis model
Chi-Square statistics for null model
degrees of freedom of analysis model
degrees of freedom of null model
Normed Fit Index. Lager values closer to 1.0 indicate a better fit.
Relative Fit Index. Lager values closer to 1.0 indicate a better fit.
Incremental Fit Index. Lager values closer to 1.0 indicate a better fit.
Tucker-Lewis Index. Lager values closer to 1.0 indicate a better fit.
Comparative Fit Index. Lager values closer to 1.0 indicate a better fit.
Root Mean Square Error of Approximation. Smaller values closer to 0.0 indicate a better fit.
Akaike Information Criterion. A lower value indicates a better fit.
Consistent AIC.A lower value indicates a better fit.
Bayesian Information Criterion. A lower value indicates a better fit.
U is either a data class of exametrika, or raw data. When raw data is given, it is converted to the exametrika class with the dataFormat function.
Z is a missing indicator matrix of the type matrix or data.frame
log likelihood of this model
number of parameters for this model