pool1 == pool2 tests whether two item_pool objects are identical.
methods
subsetItemPool(x, i =NULL)combineItemPool(x1, x2, unique =TRUE, verbose =TRUE)## S4 method for signature 'item_pool,numeric'x[i, j,..., drop =TRUE]## S4 method for signature 'item_pool'c(x,...)## S3 method for class 'item_pool'x1 + x2
## S3 method for class 'item_pool'x1 - x2
## S3 method for class 'item_pool'x1 == x2
Arguments
x, x1, x2: an item_pool object.
i: item indices to use in subsetting.
unique: if TRUE, remove items with duplicate IDs after combining. (default = TRUE)
verbose: if TRUE, raise a warning if duplicate IDs are found after combining. (default = TRUE)