lhs (version 1.0.1)

createAddelKemp: Create an orthogonal array using the Addelman-Kempthorne algorithm

Description

Create an orthogonal array using the Addelman-Kempthorne algorithm

Usage

createAddelKemp(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()], [createAddelKemp3()], [createAddelKempN()], [createBusht()], [createBoseBushl()]

Examples

Run this code
# NOT RUN {
A <- createAddelKemp(3, 3, TRUE)
B <- createAddelKemp(3, 5, FALSE)
# }

Run the code above in your browser using DataCamp Workspace