Hi all,
I wish to compare the coefficients of ESG_within between two models to see if they are any different.
to
How would I do this?
Kind regards,
Maarten
I wish to compare the coefficients of ESG_within between two models to see if they are any different.
Code:
xtreg ctfp ESG_within ESG_mean $control, re cluster(iso3)
Code:
xtreg ctfp ESG_within ESG_mean $control, fe cluster(iso3)
Kind regards,
Maarten
Comment