[,Testlet,ANY,missing-method {irt} | R Documentation |
Subset Testlet-class
object
Description
Subset Testlet-class
object
Usage
## S4 method for signature 'Testlet,ANY,missing'
x[i, j, ..., drop = TRUE]
Arguments
x |
|
i |
indices specifying elements to extract or replace. |
j |
This will not be used in |
... |
Parameters to be passed to the function. |
drop |
(From R manual:) For matrices and arrays. If TRUE the result is coerced to the lowest possible dimension (see the examples). This only works for extracting elements, not for the replacement. See drop for further details. |
Value
An list object with elements from 'Item' class.
Author(s)
Emre Gonulates
[Package irt version 0.2.9 Index]