test_operators {TestDesign} | R Documentation |
Basic operators for test objects
Description
Create a subset of a test
object.
Usage
subsetTest(x, i = NULL)
## S4 method for signature 'test,ANY'
x[i, j, ..., drop = TRUE]
Arguments
x |
a |
i |
item indices to use in subsetting. |
j , drop , ... |
not used, exists for compatibility. |
[Package TestDesign version 1.6.1 Index]