reality based dominance in efficient design

This forum is for posts that specifically focus on Ngene.

Moderators: Andrew Collins, Michiel Bliemer, johnr

Re: reality based dominance in efficient design

Postby alexsydney » Mon Jun 01, 2015 11:52 pm

thank you for your post.

the following syntax crashes Ngene ?


Design
;alts = A*, B*
;rows =6
;eff = (mnl,d)
;alg=mfederov
;require:
B.cost - A.cost <=1 and A.cost - B.cost <=1,
A.cost>B.cost and A.find<B.find,
A.cost>B.cost and A.walk<B.walk
;model:
U(A) = b2[(n,-0.2015755,0.1115085)] * walk[1,6,11] + b3[(n,-.5,0)] * cost[2,3,4] + b4[(n,-.2722374,0.0989455)] * find[0, 5] /
U(B) = b2 * walk + b3 * cost + b4 * find $
alexsydney
 
Posts: 7
Joined: Thu May 14, 2015 8:45 pm

Re: reality based dominance in efficient design

Postby Michiel Bliemer » Tue Jun 02, 2015 9:02 am

You have put too many constraints on the design. There only exist 6 choice tasks, so Ngene is not able to make any switches to improve the design.
I am not sure why you impose these constraints, as they will result in an inefficient design. The syntax below runs.

Code: Select all
Design
;alts = A*, B*
;rows = all
;fact
;require:
B.cost - A.cost <=1 and A.cost - B.cost <=1,
A.cost>B.cost and A.find<B.find,
A.cost>B.cost and A.walk<B.walk
;model:
U(A) = b2[(n,-0.2015755,0.1115085)] * walk[1,6,11] + b3[(n,-.5,0)] * cost[2,3,4] + b4[(n,-.2722374,0.0989455)] * find[0, 5] /
U(B) = b2 * walk + b3 * cost + b4 * find $


But note that this design is problematic, as you can see from the "find" levels, so you cannot estimate this model.
Michiel Bliemer
 
Posts: 1733
Joined: Tue Mar 31, 2009 4:13 pm

Re: reality based dominance in efficient design

Postby alexsydney » Thu Jun 04, 2015 10:32 am

thank you for your reply.

Attribute with only two levels gives collinearity error during the estimation process for that attribute.

Difference in utility remains the same the so collinearity is evident.

Does this mean we should avoid 2 levels for an attribute ?
alexsydney
 
Posts: 7
Joined: Thu May 14, 2015 8:45 pm

Re: reality based dominance in efficient design

Postby Michiel Bliemer » Thu Jun 04, 2015 11:00 am

Two-level attributes are fine, if you remove your constraints the model can be estimated. You have just imposed to many restrictions.
Michiel Bliemer
 
Posts: 1733
Joined: Tue Mar 31, 2009 4:13 pm

Previous

Return to Choice experiments - Ngene

Who is online

Users browsing this forum: No registered users and 33 guests