resultsBinaryMatchThenRerandomizationSearch {GreedyExperimentalDesign} | R Documentation |
Returns unique allocation vectors that are binary matched
Description
Returns unique allocation vectors that are binary matched
Usage
resultsBinaryMatchThenRerandomizationSearch(
obj,
num_vectors = NULL,
compute_obj_vals = FALSE,
form = "zero_one"
)
Arguments
obj |
The |
num_vectors |
How many random allocation vectors you wish to return. The default is |
compute_obj_vals |
Should we compute all the objective values for each allocation? Default is |
form |
Which form should it be in? The default is |
Author(s)
Adam Kapelner
[Package GreedyExperimentalDesign version 1.5.6.1 Index]