View source: R/analyzeComplexBlockExclusion.R
analyzeComplexBlockExclusion | R Documentation |
Use exclusion tuples information from independent test assembly problems to determine which assembled test blocks are exclusive.
analyzeComplexBlockExclusion(
solverOut_list,
items_list,
idCol,
exclusionTuples_list
)
solverOut_list |
List of objects created by |
items_list |
List of original |
idCol |
Column name in |
exclusionTuples_list |
List of |
If exclusion tuples have been used to assemble test forms (using the itemExclusionConstraint
function), the resulting
item blocks might also be exclusive. Using the initially used item exclusion tuples and the optimal solution
given by useSolver
this function determines, which item blocks are exclusive and can not be together in an
assembled test form. analyzeComplexBlockExclusion
allows analyzing block exclusiveness from separate test
assembly problems. This can be useful if test forms consist of blocks containing different domains or dimensions.
A data.frame
of block exclusions.
## Full workflow using itemExclusionTuples
# tbd
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.