OSOA_LiuLiut | R Documentation |
Strong Orthogonal Arrays of Strength t using the method of Liu and Liu
OSOA_LiuLiut(oa, t = NULL, m = NULL, permlist = NULL, random = TRUE)
oa |
matrix or data.frame that contains an ingoing symmetric OA. Levels must be denoted as 0 to s-1 or as 1 to s. |
t |
strength of |
m |
desired number of columns. Defaults to the maximum possible. |
permlist |
a list of length m of lists of length 1 of permutations of the levels |
random |
a logical (a random draw of permutations is used if |
Suitable OAs for argument oa
can e.g. be constructed with OA creation functions
from package lhs or can be obtained from arrays listed in R package DoE.base.
an orthogonal array
Liu and Liu (2015)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.