Hi everyone,
I am trying to calculate the WTP for different categories of independent variables. I am getting coefficients when I run a mixed logit regression, i.e., cmmixlogit choice t_time, casevars(hinc age_group gender marital employment educ) random(t_cost). But most of my case specific variables are having categories, such as income_groupI, income_groupII. I want to estimate t_time and t_cost coefficients for each of the categories of the case specific variables. I am using by hinc, sort : cmmixlogit choice t_cost, casevars(i.hinc) random(t_time). But it is not converging.
Can anyone please help me in this regard understand the problem and the way out?
Thanks for any help.
I am trying to calculate the WTP for different categories of independent variables. I am getting coefficients when I run a mixed logit regression, i.e., cmmixlogit choice t_time, casevars(hinc age_group gender marital employment educ) random(t_cost). But most of my case specific variables are having categories, such as income_groupI, income_groupII. I want to estimate t_time and t_cost coefficients for each of the categories of the case specific variables. I am using by hinc, sort : cmmixlogit choice t_cost, casevars(i.hinc) random(t_time). But it is not converging.
Can anyone please help me in this regard understand the problem and the way out?
Thanks for any help.
Comment