makeConstraintsByEachPartition {TestDesign} | R Documentation |
make constraints objects from Split() solution indices
Description
makeConstraintsByEachPartition
is a helper function for making
constraints
objects from Split
solution indices.
Usage
makeConstraintsByEachPartition(constraints, solution_per_bin)
Arguments
constraints |
a |
solution_per_bin |
a list containing item/stimulus indices for each partition.
This accepts a list stored in the |
Value
makeConstraintsByEachPartition
returns a list of constraints
objects.
[Package TestDesign version 1.7.0 Index]