Hi all
I'm trying to investigate some Nested models. So I want
- To force each choice set to propose at least 2 alternatives having the same 'Nest attribute'
Let's take for example the hotel case with Stars as nest
Design
;alts = hotel1, hotel2, hotel3, hotel4, None
;rows = 240
;block = 20
;eff = (mnl,d)
;alg = mfederov
;reject:
hotel1.stars <> hotel2.stars and hotel1.stars <> hotel3.stars and hotel1.stars <> hotel4.stars
and hotel2.stars <> hotel3.stars and hotel2.stars <> hotel4.stars and hotel3.stars <> hotel4.stars,
Such process is too slow. Is there some simplest way to build design for N-MNL?
Regards
Naji