Dear colleagues,
I'm currently working on an ordered probit model. This model aims to measure the influence of several explanatory variables on the frequency of consumption of FAPs, which are divided into three classes.
My first command is as follows:
After that, to obtain my marginal effect, i use :
For exemple, i obtaine the following results for my outcome 1:

To interpret the result, can we say that consumers who perceived FAPs as expensive (last variable of the table) have a 6.9% increased probability of being in the Outcome 1 category?
Thanks again for your help, and i remain available if youy needed more information!
Best regards,
Jean-François DEWALS
I'm currently working on an ordered probit model. This model aims to measure the influence of several explanatory variables on the frequency of consumption of FAPs, which are divided into three classes.
My first command is as follows:
Code:
oprobit frq_conso age genre enfant deplittoral revenumid revenusup prix_crit_dom obj pref_mode_prod pref_methode_prod pref_frais pref_env_sauv pref_env_elev pref_france pref_sanit sante faccuisin tasty expens [pweight=weight]
Code:
mfx, predict (outcome(1)) mfx, predict (outcome(2)) mfx, predict (outcome(3))
To interpret the result, can we say that consumers who perceived FAPs as expensive (last variable of the table) have a 6.9% increased probability of being in the Outcome 1 category?
Thanks again for your help, and i remain available if youy needed more information!
Best regards,
Jean-François DEWALS
Comment