Search found 5 matches

by Nina
Mon Sep 27, 2021 9:57 pm
Forum: Support for Ngene Desktop (v1.x)
Topic: Error
Replies: 9
Views: 32743

Re: Error

Hi Michiel,

yes, I looked at the syntax and now I understand the problem with the dummy coding! Thank you!


design
;alts = altA, altB, status quo
;rows = 9
;eff = (mnl, d)
;cond:
if(altA.pa = 0, altB.pa = [1,2]),
if(altA.pa = 1, altB.pa = [0,2]),
if(altA.pa = 2, altB.pa = [0,1]),
if(altA.an = 0 ...
by Nina
Mon Sep 27, 2021 9:57 pm
Forum: Support for Ngene Desktop (v1.x)
Topic: Error
Replies: 9
Views: 32743

Re: Error

Hi Michiel,

yes, I looked at the syntax and now I understand the problem with the dummy coding! Thank you!


design
;alts = altA, altB, status quo
;rows = 9
;eff = (mnl, d)
;cond:
if(altA.pa = 0, altB.pa = [1,2]),
if(altA.pa = 1, altB.pa = [0,2]),
if(altA.pa = 2, altB.pa = [0,1]),
if(altA.an = 0 ...
by Nina
Fri Sep 24, 2021 4:51 pm
Forum: Support for Ngene Desktop (v1.x)
Topic: Error
Replies: 9
Views: 32743

Re: Error

Thank you Michiel for the prompt response and explanation.
I have integrated your comments into the Synatx but unfortunately I still get the error:
Error: The 'model' property contains a prior that has dummy or effects coding without an appropriate suffix. 'b1'

The attributes and levels of my two ...
by Nina
Thu Sep 23, 2021 10:54 pm
Forum: Support for Ngene Desktop (v1.x)
Topic: Error
Replies: 9
Views: 32743

Re: Error

Dear Mr. Bliemer,

my base level is 2. Thats because I used:

b1.dummy[-0.07163|0.25366] * pa_1[0,1,2]

I didn't use the dummy coding for all attributes because:

"In order to use categorical variables with more than two variables in the regression model, dummy variables must be formed. Each ...
by Nina
Wed Sep 22, 2021 1:03 am
Forum: Support for Ngene Desktop (v1.x)
Topic: Error
Replies: 9
Views: 32743

Error

Hello,

i need help building my syntax in ngene. I do a choice experiment with 3 alternatives (AltA, AltB, Status quo) and an effizient design. Each alternative (AltA and AltB) is described by the same attributes and levels. I've already done a pretest to get the priors and want to integrate them ...