Dear all,
I successfully matched my sample with the CEM method of Iacus et al. (2012). However, my thesis supervisor requires me to now use fixed effects in my regression. Unfortunately, I get errors using the following code:
Could someone please explain what I am doing wrong?
Thank you a lot in advance!!
P.S. Please forgive me if I did not adhere to the forum's format, I am relatively new to Stata.
Best regards,
Rens
I successfully matched my sample with the CEM method of Iacus et al. (2012). However, my thesis supervisor requires me to now use fixed effects in my regression. Unfortunately, I get errors using the following code:
Code:
xtreg YieldtoMaturity green Liquidity, fe if time_period==0 [iweight = cem_weights], robust
Thank you a lot in advance!!

P.S. Please forgive me if I did not adhere to the forum's format, I am relatively new to Stata.
Best regards,
Rens
Comment