- All Implemented Interfaces:
- ItemFitStatistic
public class ItemFitSX2
extends AbstractItemFitStatistic
Computes the generalized S-X2 statistic developed by:
Kang, T., and Chen, T., T. (2007). An investigation of the performance of the generalized
S-X2 item-fit index for polytomous IRT models. ACT Research Report Series 2007-1. ACT: Iowa City, Iowa.
For a test of all binary items, this statistic is identical to Orlando and Thissen's S-X2 statistic
that is descrined in:
Orlando, M., and Thissen, D. (2000). Likelihood based item-fit indices for dichotomous item
response theory models. Applied Psychological Measurement, 24(1), 50-64.
This implementation differs from that described in Kang and Chen (2007) in one major way.
The table is collapsed across rows only. No collapsing is done over response categories.
Any row with an average expected value less than 1 will be collapsed (see Orlando and Thissen, 2000).