Hi All, I need to estimate the elasticity within the latent class for each class. But the problem is when I use the mentioned code in the Nlogit, weighted elasticity is the outcome. My question is that how can I estimate the elasticity for each class separately by Nlogit?
LCLOGIT;Lhs=Y,CSET,ALT;Choices=CAR,W&R,TAXI,D&R,CYCLE,OTHER;
lcm=one,........
;pts=2;
model:
U(car)=...........;
Effects: pk_c(*) / ent_fee(*) /pk_fuel(*) /ent_fuel(*) /access_t(*) /acc_pbt(*)
;pwt
$