| resultsKarpSearch | R Documentation |
Returns the results (thus far) of the karp design search
resultsKarpSearch(obj)
obj |
The |
Adam Kapelner
## Not run:
set.seed(1)
X = matrix(rnorm(10), nrow = 10)
kobj = initKarpExperimentalDesignObject(
X,
start = TRUE,
wait = TRUE,
balanced = TRUE,
verbose = FALSE
)
res = resultsKarpSearch(kobj)
res$obj_val
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.