Overlap design
Posted: Sat Oct 14, 2017 4:26 am
Hi everyone
I am new to ngene. I want to design a DCE with two alternatives in which, the level of the first attribute is same for both alternatives in every choice task (level overlap).
I have read the manual, and used both cond and require properties .See the following code:
;require:
A.att1 = B.att1
Or
;cond:
if(A.att1=1,B.att1 =1),
if(A.att1=2,B.att1 =2),
if(A.att1=3,B.att1 =3)
None of these seems to work. It either doesn't give me the overlap design, or it gives the message "No valid design has been found." Could you think of any other suggestion?
Also, it takes more than 20 hours to run. Is it normal? Is there any option that I can shorten the time?
Thank you in advance
I am new to ngene. I want to design a DCE with two alternatives in which, the level of the first attribute is same for both alternatives in every choice task (level overlap).
I have read the manual, and used both cond and require properties .See the following code:
;require:
A.att1 = B.att1
Or
;cond:
if(A.att1=1,B.att1 =1),
if(A.att1=2,B.att1 =2),
if(A.att1=3,B.att1 =3)
None of these seems to work. It either doesn't give me the overlap design, or it gives the message "No valid design has been found." Could you think of any other suggestion?
Also, it takes more than 20 hours to run. Is it normal? Is there any option that I can shorten the time?
Thank you in advance