Dear collegues,
I'm curently working on panel dataset. In this consumption survey, we asked to consumers to rank their three favorite schemes among a pool of nine alternatives.
To analyse my data, i used a cmxtmixlogit command. I would like to know if this cmxtmixlogit command is compatible with a weighting command (such as pweight).
According to STATA guide, it is possible. However, when i try to use it, it does'nt work. I don't know if i have some trouble with my line of code ?
I use the following syntax:
The outcome is the following error message : option [ not allowed r(198)
I don't know if some of you have already encountered this kind of issue. I'm looking forward to any advice that you may have.
If you need more information about my dataset, i remain available !
Best regards,
Jean-François DEWALS
I'm curently working on panel dataset. In this consumption survey, we asked to consumers to rank their three favorite schemes among a pool of nine alternatives.
To analyse my data, i used a cmxtmixlogit command. I would like to know if this cmxtmixlogit command is compatible with a weighting command (such as pweight).
According to STATA guide, it is possible. However, when i try to use it, it does'nt work. I don't know if i have some trouble with my line of code ?
I use the following syntax:
Code:
cmxtmixlogit chosen, casevars(i.recode_age i.genre deplittoral prix_crit enfant univ tradi prefgeo) basealternative (10) [pw=poids]
I don't know if some of you have already encountered this kind of issue. I'm looking forward to any advice that you may have.
If you need more information about my dataset, i remain available !
Best regards,
Jean-François DEWALS

Comment