coa | R Documentation |
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)
m |
a positive integer, currently supports less than 8 |
lambda |
a positive integer, usually 1 |
ntrial |
a positive integer, default is 10 |
a component orthogonal array with m components
coa(m = 4, lambda = 1, ntrial = 10);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.