View source: R/category_collapsing.R
cat_clps | R Documentation |
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)
item.matrix |
A matrix of item parameters. |
range |
A range of |
increment |
A width of the grid scheme. The default is |
A list of recommended recategorization for each item.
Seewoo Li cu@yonsei.ac.kr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.