test_cluster-class {TestDesign} | R Documentation |
Class 'test_cluster': data cache for simulations
Description
test_cluster
is an S4 class for representing data cache for running simulations.
Despite the name, this class does not represent a series of tests and is not related to a series of tests. That is, test length is not stored in this class.
This class is only kept for backwards compatibility.
Slots
nt
the number of
test
objects in this cluster.tests
the list containing
test
objects.names
test ID strings for each
test
object.
[Package TestDesign version 1.6.1 Index]