View source: R/AlternativeThresholds.R
InformationLocation | R Documentation |
This function calculates the ability value at which each item has the highest value for its information function. For dichotomous items this will usually be the same as the item difficulty parameter. For polytomous items it may provide an idea of the point in the ability scale where the item is most useful.
InformationLocation(mirtobj, which.items = NULL)
mirtobj |
An estimated IRT model (of class SingleGroupClass) estimated using mirt or unimirt. |
which.items |
an integer vector indicating which items to include. By default all items are included. |
A data frame of item names, item maxima and theta locations of maximum information.
## Not run:
#model using "Science" data from mirt package
scimod=unimirt(Science[,1:4]-1,"gpcm")
InformationLocation(scimod)
#visual verification
unimirt.plot(scimod,"infotrace")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.