Dear all,
Thank you for your attention.
I am running the following code and I am having some problems interpreting the margins plot.
The DV is a dummy variable, while c.collabsAllallyrs is a continuous measure. With plot I get the attached graph.
The xtlogit coefficient for the main variable c.collabsAllallyrs is 0.02546 and the squared measure is -0.00016, the constant is -3.93341.
I have a few questions:
- is the code right?
- how do I interpret the negative margins? i.e. what is the change in likelihood of the DV happening (e.g. IPO) associated with a change in IV (i.e. syndicate prior co-investments)?
- are the margins negative because the constant coefficient is negative ( -3.93341)? Should I add the constant to the margins to have an "interpretable" coefficient for the margins?
Thank you in advance for your time,
Cristiano

Thank you for your attention.
I am running the following code and I am having some problems interpreting the margins plot.
Code:
xtlogit IPO_MA c.collabsAllallyrs##c.collabsAllallyrs $Controls $MainVarsAll, re vce (robust) margins, at(c.collabsAllallyrs =(0(20)200)) atmeans vsquish post marginsplot
The xtlogit coefficient for the main variable c.collabsAllallyrs is 0.02546 and the squared measure is -0.00016, the constant is -3.93341.
I have a few questions:
- is the code right?
- how do I interpret the negative margins? i.e. what is the change in likelihood of the DV happening (e.g. IPO) associated with a change in IV (i.e. syndicate prior co-investments)?
- are the margins negative because the constant coefficient is negative ( -3.93341)? Should I add the constant to the margins to have an "interpretable" coefficient for the margins?
Thank you in advance for your time,
Cristiano
Comment