lhs (version 1.0.1)

createAddelKempN: Create an orthogonal array using the Addelman-Kempthorne algorithm with alternate strength

Description

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

Run this code
# NOT RUN {
A <- createAddelKempN(3, 4, 3, TRUE)
B <- createAddelKempN(3, 4, 4, TRUE)
# }

Run the code above in your browser using DataCamp Workspace