Description Usage Arguments Value Examples
This will create a random 3 level design. The design may not be an orthogonal array or even full column rank.
1 | ran_D(trt_num, var_num)
|
trt_num |
The maximum number of rows you want your design to have |
var_num |
The number of 3-level factors you would like |
A matrix randomy filled with 0's, 1', and 2's with var_num columns.
1 | ran_D(15, 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.