Description Usage Arguments Value Examples
A function used to get additional item-level information, such as ICC probabilities, and item information.
1 | irt_item_fit(wizirt_fit, stats = c("X2"))
|
wizirt_fit |
An object coming from the fit_wizirt function. |
stats |
A character or character string identifying item-level fit measures. Must be one of c('Zh', 'X2', 'G2', 'infit'). More are coming very soon. Default is 'X2'. |
A list with item_stats (item-level statistics), item_information (data for item and test information), and item_probabilities (data for ICC curves).
1 | ifa <- wizirt2:::irt_item_fit(my_model)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.