Search found 12 matches

by Yuanyuan Gu
Fri Aug 07, 2015 10:29 am
Forum: Support for Ngene Desktop (v1.x)
Topic: Estimation when using dummy coding in efficient design
Replies: 11
Views: 22743

Re: Estimation when using dummy coding in efficient design

Hi,

Suppose we have a design as below:

Design
;alts = alt1, alt2
;rows = 16
;eff = (mnl, d)
;block = 2
;model:
U(alt1) = b1*A[0,1,2,3,4,5,6,7] + b2.dummy[0|0|0]*B[0,1,2,3] + b3.dummy[0|0|0]*C[0,1,2,3] + b4*A*A/
U(alt2) = b1*A + b2*B + b3*C + b4*A*A
$

You can see that the design allows us to ...
by Yuanyuan Gu
Fri Jun 05, 2015 11:33 am
Forum: Support for Ngene Desktop (v1.x)
Topic: Estimation when using dummy coding in efficient design
Replies: 11
Views: 22743

Re: Estimation when using dummy coding in efficient design

Thanks Michiel. I followed your suggestion and used the actual attribute levels in my code but found something strange when I included interaction terms:

When the levels are greater than one, adding interactions would work, e.g.,

Design
;alts = alt1, alt2
;rows = 16
;eff = (mnl,d)
;block = 2 ...
by Yuanyuan Gu
Thu Jun 04, 2015 2:14 pm
Forum: Support for Ngene Desktop (v1.x)
Topic: Estimation when using dummy coding in efficient design
Replies: 11
Views: 22743

Re: Estimation when using dummy coding in efficient design

Thanks Michiel!

I have a quite silly question but I have been quite confused about what is the correct way to specify the attribute levels in Ngene.

Suppose I have an attribute 'cost' which has four levels: 10, 50, 100, 200

In terms of dummy coding, shall I specify it this way:

(A)
Design
;alts ...
by Yuanyuan Gu
Wed Jun 03, 2015 5:43 pm
Forum: Support for Ngene Desktop (v1.x)
Topic: Estimation when using dummy coding in efficient design
Replies: 11
Views: 22743

Re: Estimation when using dummy coding in efficient design

Many thanks John and Michiel. Your suggestions are very helpful.

If I want to enter all attributes in the utility function using their log form (i.e., to specify a multiplicative utility function), how do I write the code?

Many thanks!
by Yuanyuan Gu
Wed Jun 03, 2015 1:08 am
Forum: Support for Ngene Desktop (v1.x)
Topic: Estimation when using dummy coding in efficient design
Replies: 11
Views: 22743

Estimation when using dummy coding in efficient design

Dear Michiel

I generated an efficient design using dummy coding for all attributes; see below:

Design
;alts = alt1, alt2
;rows = 16
;eff = (mnl, d)
;block = 2
;model:
U(alt1) = b1.dummy[0|0|0|0|0|0|0]*A[0,1,2,3,4,5,6,7] + b2.dummy[0|0|0]*B[0,1,2,3] + b3.dummy[0|0|0]*C[0,1,2,3]/
U(alt2) = b1*A + b2 ...
by Yuanyuan Gu
Fri May 15, 2015 4:41 pm
Forum: Support for Ngene Desktop (v1.x)
Topic: Ngene crashed
Replies: 8
Views: 24927

Re: Ngene crashed

My pleasure Michiel. I have been playing with different designs using Ngene today and found the orthogonal design always led to multiple solutions, i.e., for the same code using othorgonal design, each time I pressed the 'run' button I got different designs. Is this expected?

Then I am thinking if ...
by Yuanyuan Gu
Fri May 15, 2015 1:49 pm
Forum: Support for Ngene Desktop (v1.x)
Topic: Ngene crashed
Replies: 8
Views: 24927

Re: Ngene crashed

Many thanks Michiel. I agree that the foldover design won't allow me to estimate so many dummy coded interactions and to estimate them will also need a very large sample size. I am quite new to design and just started to understand the differences between all these designs. I learned a lot from your ...
by Yuanyuan Gu
Thu May 14, 2015 7:49 pm
Forum: Support for Ngene Desktop (v1.x)
Topic: Ngene crashed
Replies: 8
Views: 24927

Re: Ngene crashed

Hi Michiel

Many thanks for the prompt reply.

Efficient design was my first choice as there are a lot of constraints to impose (orthogonal design cannot impose constraints). However, our research team has decided to use dummy coding for all attributes and estimate the effects of several two way ...
by Yuanyuan Gu
Thu May 14, 2015 6:19 pm
Forum: Support for Ngene Desktop (v1.x)
Topic: Ngene crashed
Replies: 8
Views: 24927

Ngene crashed

Dear Michiel and John

Many thanks for your responses so far. They have been extremely helpful.

I wanted to run a sequential design with some two way interactions. Below is my syntax:

design
;alts = alt1, alt2
;rows = 16
;orth = seq
;block=2
;model:
U(alt1) = b1*A[0,1,2,3,4,5,6,7] + b2*B[0,1,2,3 ...