selectMPWI | R Documentation |
This function is utilized by the GRM engine to select the next item using the MPWI item selection method. It is called within the engine, but can be used independently, if so desired.
selectMPWI(matrixInfo, currentProbGrid, nItems)
matrixInfo |
This is the information matrix for the item bank calulated using the matrixInfoGRM() function. The information matrix should have been called by the GRM engine prior to item selection. But if used alone, this will need to be applied. |
currentProbGrid |
The probability grid must be supplied to weight the item information matrix. It may be the normal density (e.g., if no items have been calculated), or it may be the density of the current EAP score estimate. |
nItems |
The number of items in the item bank. |
After running MPWI item selection, a vector is returned equal in length to the number of items in the item bank. The values are item information (across all categories) weighted by the current probability grid.
Other GRM_CAT functions:
calcEAP()
,
grmCAT()
,
matrixInfoGRM()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.