
construct a component orthogonal array with m components such that each pair of columns contains each (i != j) combinations lambda times
coa(m, lambda, ntrial)
a component orthogonal array with m components
a positive integer, currently supports less than 8
a positive integer, usually 1
a positive integer, default is 10
coa(m = 4, lambda = 1, ntrial = 10);
Run the code above in your browser using DataLab