Hello together,
I am completely new to margins and marginsplots an have the following question:
I have this regression:
and I need the predicitve margins and the following margins plot where GGDEBT has to be held constant at certain values (30, 60, 80, 100, 120)
with Predicted Change_NII on the y-axis and Total_domestic_exposure on the x-axis.

Thanks in advance and kind regards,
Natalie
I am completely new to margins and marginsplots an have the following question:
I have this regression:
Code:
reghdfe c.Change_NII c.GGDEBT##c.Total_domestic_exposure c.GGDEBT_lag1 c.Long_term_rate c.Unemployment c.log_totalassets c.log_ownfunds c.CET_Actual c.NII_Actual, absorb(i.ST_Year i.Country_Code2)
with Predicted Change_NII on the y-axis and Total_domestic_exposure on the x-axis.
Thanks in advance and kind regards,
Natalie
Comment