Description Usage Arguments Value Author(s) References Examples
This function takes matrix X0,q and crit to output the criterion value.
1 | DesignEval(X0,crit)
|
X0 |
an integer matrix object |
crit |
an integer object, criterion to choose: "MD2" – MD2 "CD2" – CD2 "WD2" – WD2 "maximin" – maximin Default: "MD2" |
criterion value.
Aijun Zhang, Haoyu Li, Shijie Quan
Zhang, A. and Li, H. (2017). UniDOE: An R package for constructing uniform design of experiments via stochastic and adaptive threshold accepting algorithm. Technical Report.
1 2 3 | x0 = matrix(c(1,1,1,2,2,2,3,3,3),nrow=3,byrow=TRUE)
crit="MD2"
value = DesignEval(x0,crit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.