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