Handling IIA violations with the Nested Logit model

If, however, your models violate the IIA, you need to resort to more advanced models. In this recipe, we will see one of them—a slightly more complicated Nested Logit model. The model groups similar alternatives into nests (hence the name). Given the limited space here, we will not discuss the intricacies of the model, but I highly recommend Kenneth Train's book that I referred to earlier in this chapter.

Getting ready

To execute this recipe, you need a working Python Biogeme package installed on your machine. No other prerequisites are required.

How to do it…

The skeleton of the model code remains the same; here, we will only show the changes (the Nested/dcm_nested.py file):

# add the coefficients ...

Get Practical Data Analysis Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.