View source: R/00_ModelFitModule.R
ItemFit | R Documentation |
A general function that returns the model fit indices.
ItemFit(U, Z, ell_A, nparam)
U |
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 |
Z is a missing indicator matrix of the type matrix or data.frame |
ell_A |
log likelihood of this model |
nparam |
number of parameters for this model |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.