A simple question from a newbie
Posted: Wed Apr 04, 2012 3:14 pm
Hi everyone,
I recently purchased Ngene and is learing to make some simple SP designs.
One simple question:
I can run the following codes without error:
Design
? This will generate a full factorial design
;alts = alt1, alt2
;rows = all
;fact
;model:
U(alt1) = b1 + b2 * A[0,1,2] /
U(alt2) = b3 * B[2,4,6,8] $
However, I always got an error if I reduce the attribute levels of B from 4 to 3:
Design
? This will generate a full factorial design
;alts = alt1, alt2
;rows = all
;fact
;model:
U(alt1) = b1 + b2 * A[0,1,2] /
U(alt2) = b3 * B[4,6,8] $
Can anybody tell me why? Thank you in advance.
Best Regards,
Zuduo
I recently purchased Ngene and is learing to make some simple SP designs.
One simple question:
I can run the following codes without error:
Design
? This will generate a full factorial design
;alts = alt1, alt2
;rows = all
;fact
;model:
U(alt1) = b1 + b2 * A[0,1,2] /
U(alt2) = b3 * B[2,4,6,8] $
However, I always got an error if I reduce the attribute levels of B from 4 to 3:
Design
? This will generate a full factorial design
;alts = alt1, alt2
;rows = all
;fact
;model:
U(alt1) = b1 + b2 * A[0,1,2] /
U(alt2) = b3 * B[4,6,8] $
Can anybody tell me why? Thank you in advance.
Best Regards,
Zuduo