View source: R/binary_match_search.R
| resultsBinaryMatchSearch | R Documentation |
Returns the results (thus far) of the binary pair match design search
resultsBinaryMatchSearch(obj, form = "one_zero")
obj |
The |
form |
Which form should the assignments be in? The default is |
Adam Kapelner
## Not run:
set.seed(1)
X = matrix(rnorm(16), nrow = 8)
bms = computeBinaryMatchStructure(X)
bm = initBinaryMatchExperimentalDesignSearchObject(
bms,
max_designs = 4,
num_cores = 1,
start = TRUE,
wait = TRUE,
seed = 1,
verbose = FALSE
)
res = resultsBinaryMatchSearch(bm, form = "one_zero")
dim(res)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.