compile_possible_subgroup_allocation {designit} | R Documentation |
Compile list of all possible ways to assign levels of the allocation variable to a given set of subgroups
Description
All information needed to perform this function (primarily the number and size of subgroups plus the levels of the allocation variable) are contained in and extracted from the subgroup object.
Usage
compile_possible_subgroup_allocation(
subgroup_object,
fullTree = FALSE,
maxCalls = 1e+06
)
Arguments
subgroup_object |
A subgrouping object as returned by |
fullTree |
Boolean: Enforce full search of the possibility tree, independent of the value of |
maxCalls |
Maximum number of recursive calls in the search tree, to avoid long run times with very large trees |
Value
List of possible allocations; Each allocation is an integer vector of allocation levels that are assigned in that order to the subgroups with given sizes
[Package designit version 0.5.0 Index]