I have a fixed effects regression with many controls.

Code:
reghdfe pm p_diff l1.pm dd ddXpay rnd firm_volatility industry_volatility ind_mkt ind_tang s_gr net_ppe, absorb(co_code)
I want to store the coefficient of ddXpay only.

Thanks