test_operators: Basic operators for test objects

test_operatorsR 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 test object.

i

item indices to use in subsetting.

j, drop, ...

not used, exists for compatibility.


TestDesign documentation built on Feb. 16, 2023, 7:19 p.m.