create_oalhs | R Documentation |
Create an orthogonal array Latin hypercube
create_oalhs(n, k, bChooseLargerDesign, bverbose)
n |
the number of samples or rows in the LHS (integer) |
k |
the number of parameters or columns in the LHS (integer) |
bChooseLargerDesign |
should a larger oa design be chosen than the n and k requested? |
bverbose |
should information be printed with execution |
a numeric matrix which is an orthogonal array Latin hypercube sample
set.seed(34)
A <- create_oalhs(9, 4, TRUE, FALSE)
B <- create_oalhs(9, 4, TRUE, FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.