Dear colleagues,
Using coefplot after running reghdfe, interaction terms are being dropped.
For example, with the auto data (abusing it to just get output):
sysuse auto, clear
reghdfe mpg i.rep78#c.price, absorb(i.foreign)
eststo p1
coefplot p1, keep(*.rep78*)
notice that it drops the coefficient for rep78==1 interacted w/ price
I have this problem, but with my own data.
Any insights?
Thank you for your time!
Related Posts with Coefplot dropping first interaction w/ reghdfe
Importing csvHi, I have an easy problem, but unfortunately I could not solve it. When I want to import data fro…
Looping a regression command sequentially by observation and storing each model.Hi all, Apologies if this is very simple or has been asked before. I have searched through many top…
removing text from string variable with date formatHello, I have a string variable that looks like this: 13-03-2014(Late visited). How can I remove som…
Herfindahl-Hirschman Index for banksHello, I have a problem creating Herfindahl-Hirschman Index for my data I tried scc install hhi but…
Confidence interval for graphsHi all, I am plotted a connected graph using this code: Code: twoway (connected weekmeanifference …
Subscribe to:
Post Comments (Atom)
0 Response to Coefplot dropping first interaction w/ reghdfe
Post a Comment