maxInfo_xPL | R Documentation |
This function takes parameters from a dichotomous item bank and a target theta estimate. It calculates the item information at the target theta values (using the TIF_xPL function), and organizes the items from maximum to minimum information provided.
maxInfo_xPL(iparFull, targTheta)
iparFull |
A matrix with rows for items and three columns. The first column is the slope, the second is the intercept (not the threshold), and the third is the guessing parameter (on the original scale, not on the logit scale). |
targTheta |
The target theta at which the item information is to be calculated and the next item chosen. |
This function returns a vector of integers indicating row numbers from iparFull with the maximum information provided at the target theta value.
Other dichotomous functions:
MLE_xPL()
,
TIF_xPL()
,
dichEngine()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.