ModelFit {NPCD} | R Documentation |
Compute overall model fit statistics for outputs generated by estimation functions in the package
Description
This function computes overall model fit statistics for outputs generated by estimation functions in the package, including ParMLE
and JMLE
. The function currently provides the AIC and BIC statistics.
Usage
ModelFit(x)
Arguments
x |
The output from the function (The list of all outputs). |
Value
AIC |
The AIC statistic of the overall model. See the reference for details. |
BIC |
The BIC statistic of the overall model. See the reference for details. |
References
Chen, J. de la Torre, J., & Zhang, Z. (2013). Relative and absolute fit evaluation in cognitive diagnosis modeling. Journal of Educational Measurement, 50, 123-140.
See Also
Examples
# See examples in ParMLE and JMLE.
[Package NPCD version 1.0-11 Index]