Search found 47 matches

by JvB
Mon Jul 22, 2024 8:30 pm
Forum: General questions about choice experiments
Topic: Heteroscedasticity in mixed logit model
Replies: 1
Views: 47600

Heteroscedasticity in mixed logit model

Hi Michiel,

I was wondering if there is a possibilty of heteroskedasticity in mixed logit estimations that bias the results (I have a mixed logit with some random parameters and an error component for the panel effect)? And if yes, where could heteroskedasticity come from and is there anything I ...
by JvB
Wed Apr 24, 2024 3:34 pm
Forum: General questions about choice experiments
Topic: Accounting for stochastic variables in discrete choice model
Replies: 1
Views: 24660

Accounting for stochastic variables in discrete choice model

Dear all,

I was wondering if it could be necessary to use stochastic variables instead of deterministic variables (for the attributes or covariates) in my Mixed Logit model/Latent Class model.
I did not find pretty much literature on this topic besides "Diaz et al, 2015, Accounting for stochastic ...
by JvB
Mon May 29, 2023 9:04 pm
Forum: Support for Ngene Desktop (v1.x)
Topic: Estimating Interactions with design with several restriction
Replies: 3
Views: 10763

Re: Estimating Interactions with design with several restric

Hi Michiel,

thank you very much for your advice.
So generally speaking, the restrictions in a design do not per se cause a problem to estimate interactions between the restricted attributes/levels just in my case there seems to be an issue with the ninth interaction effect?!
And also generally ...
by JvB
Sat May 20, 2023 12:19 am
Forum: Support for Ngene Desktop (v1.x)
Topic: Estimating Interactions with design with several restriction
Replies: 3
Views: 10763

Estimating Interactions with design with several restriction

Hi,

I´ve used the following code to generate my design:

Design
;alts = alt1*, alt2*, SQ*
;rows = 14
;block = 2
;eff = (mnl,d)
;alg = mfederov
;require:
SQ.amount = 3, SQ.period = 3
;reject:
alt1.amount = 3 AND alt1.period = 3,
alt2.amount = 3 AND alt2.period = 3
;model:
U(alt1) = b1[-0.4862 ...
by JvB
Sat May 20, 2023 12:13 am
Forum: General questions about choice experiments
Topic: WTP for mixed logit with random parameters
Replies: 7
Views: 31446

Re: WTP for mixed logit with random parameters

With regard to option 1:
Is it appropriate here to compute the WTP by calculating
mu_Attribute/fixed price parameter
or is it also necessary to use the distribution of the random attribute parameter instead of the mean and divide it by the fixed price parameter?

Your advice is highly appreciated ...
by JvB
Thu Mar 02, 2023 8:59 pm
Forum: General questions about choice experiments
Topic: WTP for mixed logit with random parameters
Replies: 7
Views: 31446

Re: WTP for mixed logit with random parameters

Okay, so if my cost coefficient is lognormally distributed and my other attributes are normally distributed, I can compute WTP according to papers mentioned in option 2?
by JvB
Mon Feb 27, 2023 6:37 pm
Forum: General questions about choice experiments
Topic: WTP for mixed logit with random parameters
Replies: 7
Views: 31446

Re: WTP for mixed logit with random parameters

Thank you very much for your valuable insights.

Regarding option 2:
You mean assuming the cost coefficient being e.g. lognormal distributed and the other attributes being normally distributed?

Best,
J.
by JvB
Fri Feb 24, 2023 12:45 am
Forum: General questions about choice experiments
Topic: WTP for mixed logit with random parameters
Replies: 7
Views: 31446

WTP for mixed logit with random parameters

Dear Michiel,

I have a question on the calculation of willingness to pay in mixed logit:

Is it appropriate to randomise the price attribute as well as the other two attributes of my experiment AND then use the random parameter averages to calculate the WTP (mu_Attribute/mu_price)?
I am not sure if ...
by JvB
Wed Feb 15, 2023 7:10 pm
Forum: General questions about choice experiments
Topic: Model specification dummy vs. linear coded attributes
Replies: 2
Views: 19246

Re: Model specification dummy vs. linear coded attributes

Hi Michiel,

thank you for your response. What you are writing is exactly what my code does. I will post it to the Apollo forum again to check for the code itself.
But thank you for commenting on the general idea. Very helpful!

Best,
J.
by JvB
Mon Feb 13, 2023 12:39 am
Forum: General questions about choice experiments
Topic: Model specification dummy vs. linear coded attributes
Replies: 2
Views: 19246

Model specification dummy vs. linear coded attributes

Hi Michiel,

I have a question on model specification:

I have a choice experiment with three attributes - A1(b_Beitr) with only numerical levels, A2 (b_HoeheEEE) and A3 (b_ZeitEEE) with three numerical levels plus one nominal level each.

In the first approach I have dummy coded A2 and A3 entirely ...