oa_to_oalhs | R Documentation |
Create a Latin hypercube from an orthogonal array
oa_to_oalhs(n, k, oa)
n |
the number of samples or rows in the LHS (integer) |
k |
the number of parameters or columns in the LHS (integer) |
oa |
the orthogonal array to be used as the basis for the LHS (matrix of integers) or data.frame of factors |
a numeric matrix which is a Latin hypercube sample
oa <- createBose(3, 4, TRUE)
B <- oa_to_oalhs(9, 4, oa)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.