cat_clps {IRTest} | R Documentation |
A recommendation for category collapsing of items based on item parameters
Description
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.
Usage
cat_clps(item.matrix, range = c(-4, 4), increment = 0.005)
Arguments
item.matrix |
A matrix of item parameters. |
range |
A range of |
increment |
A width of the grid scheme. The default is |
Value
A list of recommended recategorization for each item.
Author(s)
Seewoo Li cu@yonsei.ac.kr
[Package IRTest version 2.0.0 Index]