resultsOptimalSearch {GreedyExperimentalDesign} | R Documentation |
Returns the results (thus far) of the optimal design search
resultsOptimalSearch(obj, num_vectors = 2, form = "one_zero")
obj |
The |
num_vectors |
How many allocation vectors you wish to return. The default is 1 meaning the best vector. If |
form |
Which form should it be in? The default is |
Adam Kapelner