lhs (version 1.0.1)

createBoseBush: Create an orthogonal array using the Bose-Bush algorithm

Description

Create an orthogonal array using the Bose-Bush algorithm

Usage

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

Examples

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

Run the code above in your browser using DataLab