Description Usage Arguments Value Examples
This function checks the assumptions of IRT. For unidimensionality the DETECT, RATIO, and ASSI statistics are calculated using sirt::conf.detect()
.
For local dependence, the standardized LD statistic is calculated using mirt::residuals-method()
and the correlations are created using ltm::rcor.test()
.
Relative fit calculates BIC, AIC, and several others using code from mirt::anova-method()
.
Absolute fit is calculated only for models run with the mirt engine, using mirt::M2()
.
See the documentation on those functions for more information on calculation.
1 | irt_assume(wizirt_fit, verbose = FALSE)
|
wizirt_fit |
An object from fit_wizirt |
verbose |
Logical. Should the names of the other packages used in this function be printed? Default is FALSE. |
A list with tibbles of data in them.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.