In a polytomous item, one or more score categories may not have the highest probability among the categories in an acceptable \(\theta\) range. In this case, the category may possibly be regarded as redundant in a psychometric point of view and can be collapsed into another score category. This function returns a recommendation for a recategorization scheme based on item parameters.
cat_clps(item.matrix, range = c(-4, 4), increment = 0.005)
A list of recommended recategorization for each item.
A matrix of item parameters.
A range of \(\theta\) to be evaluated. The default is c(-4, 4)
.
A width of the grid scheme. The default is 0.005
.
Seewoo Li cu@yonsei.ac.kr