Search found 2 matches

by Alix Le Goff
Mon Feb 18, 2019 8:37 pm
Forum: Support for Ngene Desktop (v1.x)
Topic: Dummy variables and interactions + sample size
Replies: 3
Views: 9258

Re: Dummy variables and interactions + sample size

Hi Alix,

1. Yes Ngene can handle interactions between dummy coded variables. The correct utility specification in this case would be for example:

U(car_driver) = b0 + ... + b_pass.dummy[0.3] * passenger[0,1] + b_gender[0.1] * passenger.dummy[1] * pass_gender[0,1]

Assume pass_gender[1] = female ...
by Alix Le Goff
Fri Feb 15, 2019 7:27 pm
Forum: Support for Ngene Desktop (v1.x)
Topic: Dummy variables and interactions + sample size
Replies: 3
Views: 9258

Dummy variables and interactions + sample size

Dear Ngene team,

First of all, I would like to apologize if these questions have already been asked. I am fairly new to Ngene and did not find answers in topics I read on the forum.

1. Interaction-with-dummies question

I would like to know how can I model my utility function in Ngene if I have ...