test_operators: Basic operators for test objects
Description
Create a subset of a test
object.
Usage
subsetTest(x, i = NULL)# S4 method for test,ANY
[(x, i, j, ..., drop = TRUE)
Arguments
- x
a test
object.
- i
item indices to use in subsetting.
- j, drop, ...
not used, exists for compatibility.