item_pool is an S4 class for representing an item pool.
See item_pool-operators for object manipulation functions.
nithe number of items in the pool.
max_catthe maximum number of response categories across the pool.
indexthe numeric index of each item.
idthe ID string of each item.
modelthe item class name of each item. See item-classes.
NCATthe number of response categories of each item.
parmsa list containing item class objects. See item-classes.
ipara matrix containing item parameters.
sea matrix containing item parameter standard errors.
rawthe raw input data.frame used in loadItemPool to create this object.
raw_sethe raw input data.frame used in loadItemPool to create this object.
uniquewhether item IDs must be unique for this object to be a valid object.