| extractItem | R Documentation |
Extracts useful information about a single item from a fitted MP model and returns all of these values in a list
extractItem(x, j, mp = TRUE)
x |
Fitted |
j |
Item index |
mp |
Whether the item in question is an MP model (otherwise, don't compute k) |
A list with the item parameters (pars), number of categories (ncat),
item model generated from rpf (spec), and possibly the integer (k) that controls polynomial order.
# TODO examples here
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.