Taguchi Designs
taguchi(n, l)—Returns a Taguchi design matrix with n factors of l levels.
This function is limited to the following designs:
mtaguchi(n1, l1, n2, l2)—Returns a mixed Taguchi design matrix with n1 factors of l1 levels and n2 factors of l2 levels.
This function is limited to the following designs:
The arguments of the mtaguchi function are interchangeable. Both of these entries are valid: (1, 2, 7, 3) or (7, 3, 1, 2).
Arguments
n, n1 and n2 are integers specifying the numbers of factors.
l, l1 and l2 are integers specifying the numbers of levels. The levels must be greater than 1.
Was this helpful?