How to Make Orthogonal Array
Posted: Mon Dec 20, 2021 5:19 pm
I am unable to create a 7 attribute 4 level orthogonal array in Ngene.
I usually create a table with two choices, so I don't know how to create a table with only one choice, like a orthogonal array.
I write ";alts = alt1*, alt2*" to specify the choices, but if I delete "alt2*", I get an error.
This will be the syntax you are going to try.
Please let me know if you have any solutions.
I usually create a table with two choices, so I don't know how to create a table with only one choice, like a orthogonal array.
I write ";alts = alt1*, alt2*" to specify the choices, but if I delete "alt2*", I get an error.
This will be the syntax you are going to try.
Please let me know if you have any solutions.
- Code: Select all
Design
;alts = alt1*
;rows = 100
;block=10
;orth = sim
;model:
U(alt1) = b1 * A[0,1,2,3] + b2 * B[0,1,2,3] + b3 * C[0,1,2,3] + b4 * D[0,1,2,3] +b5 * E[0,1,2,3] + b6 * F[0,1,2,3] + b7 * G[0,1,2,3] /
$