Dear collegues,
I'm currently working on consumption survey data that concerns consumers WTP for labelled seafood. In this survey, we have a sample with an over-representation of young consumers.
However, for a purpose of a scientific article, I would like to correct my sample (to be the closest as possible to the real French population's age pyramid.)
Finally, regarding these two conditions, I tried to use the following command.
Unfortunately, I get the following error message :
pweight not allowed in random-effects case
So I'd like to know if there's a way to overcome this problem? Through the use of another model, or through a special command.
I remain available for any further information/precision !
Best regards,
Jean-François
I'm currently working on consumption survey data that concerns consumers WTP for labelled seafood. In this survey, we have a sample with an over-representation of young consumers.
However, for a purpose of a scientific article, I would like to correct my sample (to be the closest as possible to the real French population's age pyramid.)
- To correct my sample, I'd like to weight my individuals according to their age. I thus identified the pweight option in stata.
- Nevertheless, I would also like to use an xtprobit model to study the influence of different explanatory variables on my consumers' WTP and include individual heterogeneity ...
Finally, regarding these two conditions, I tried to use the following command.
Code:
xtprobit ench cost catB catC catD genre deplittoral univ tradi sante enfant revenumid revenusup prix_crit_dom GMS VD Poiss PCE obj subj ancrage ench1 [pweight=weight]
pweight not allowed in random-effects case
So I'd like to know if there's a way to overcome this problem? Through the use of another model, or through a special command.
I remain available for any further information/precision !
Best regards,
Jean-François
Comment