createBush
From lhs v1.0.1
by Rob Carnell
Create an orthogonal array using the Bush algorithm
Create an orthogonal array using the Bush algorithm
Usage
createBush(q, ncol, bRandom = TRUE)
Arguments
- q
the number of symbols in the array
- ncol
number of parameters or columns
- bRandom
should the array be randomized
Value
an orthogonal array
See Also
Other methods to create orthogonal arrays [createBoseBush()], [createBose()], [createAddelKemp()], [createAddelKemp3()], [createAddelKempN()], [createBusht()], [createBoseBushl()]
Examples
# NOT RUN {
A <- createBush(3, 3, FALSE)
B <- createBush(4, 5, TRUE)
# }
Community examples
Looks like there are no examples yet.