View source: R/permute_subgroups.R
compile_possible_subgroup_allocation | R Documentation |
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.
compile_possible_subgroup_allocation(
subgroup_object,
fullTree = FALSE,
maxCalls = 1e+06
)
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 |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.