Search found 1 match

by reynold707
Mon Mar 14, 2016 8:59 pm
Forum: Support for Ngene Desktop (v1.x)
Topic: Efficient design using Effects coding
Replies: 1
Views: 5303

Efficient design using Effects coding

Hello there,

I am trying to set up a syntax using the following code;

Design
;alts = alt1, alt2
;rows = 12
;eff = (mnl,d)
;model:
U(alt1) = B1.effects[0.003|0.004] * A[50,100,150] + B2.effects[0.003|0.004]*B[50,100,150] + B3[-0.025] * C[5,15,25]/
U(alt2) = B1 * A + B2 * B + B3 * C $

I just added ...