Page 1 of 1

Logistic measurment model in Hybrid choice model

Posted: 17 Jun 2021, 14:24
by Anna_Edenbrandt
Hello
I very much appreciate the apollo package, and not least the great support provided in this forum!

I want to estimate a Hybrid choice model where the indicators are binary. I therefore want to specify a logistic indicator function, but I struggle to adjust the code accordingly. I have been looking to adjust the Likelihood of indicators-section and replace the ol_settings and normalDensity_settings part with a corresponding logit_settings. However, I believe that there is not an outcomeLogit available? Perhaps I have missed this?

Thank you in advance!
Anna

Re: Logistic measurment model in Hybrid choice model

Posted: 17 Jun 2021, 14:44
by stephanehess
Anna

very simple answer - what you describe is an MNL model as a measurement model, so you just need to use apollo_mnl

Stephane

Re: Logistic measurment model in Hybrid choice model

Posted: 17 Jun 2021, 14:52
by Anna_Edenbrandt
Of course! Thanks for the reply.