There is no real interpretation. It is not a behavioral model, just a class membership model.
It means that the class membership probability varies with income.
>
> How do they interact with the other class coefficients (class 1, class 0, etc).
They don't. They are parameters of the class membership model.
>
>
> Additionally, how would one add a third latent class in here?
NUMBER_OF_CLASSES = 2 --> 3
W_0 = CLASS_CTE_0 + CLASS_INC_0 * INCOME
W_1 = CLASS_CTE_1 + CLASS_INC_1 * INCOME
PROB_class0 = models.logit({0: W_0, 1: W_1, 2:0}, None, 0)
PROB_class1 = models.logit({0: W_0, 1: W_1, 2:0}, None, 1)
PROB_class2 = models.logit({0: W_0, 1: W_1, 2:0}, None, 2)
>
> Best wishes,
>
> Rachel
>
>
> --
> You received this message because you are subscribed to the Google Groups "Biogeme" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
biogeme+u...@googlegroups.com.
> To view this discussion visit
https://groups.google.com/d/msgid/biogeme/2a98ac56-d43c-45c1-9d53-d8169eabec49n%40googlegroups.com.
Michel Bierlaire
Transport and Mobility Laboratory
School of Architecture, Civil and Environmental Engineering
EPFL - Ecole Polytechnique Fédérale de Lausanne
http://transp-or.epfl.ch
http://people.epfl.ch/michel.bierlaire