hi,
we are trying to compare coefficients over 2 regression models but are not sure how we should do that.
this are our codes:
xtreg radical_right import_shock country_year if year < 2002, fe cluster(id)
xtreg radical_right import_shock country_year if year >= 2002, fe cluster(id)
is there someone who could help us with our problem?
we would like to compare the coefficients of import_shock.
regards,
Willem Berend van Bon
we are trying to compare coefficients over 2 regression models but are not sure how we should do that.
this are our codes:
xtreg radical_right import_shock country_year if year < 2002, fe cluster(id)
xtreg radical_right import_shock country_year if year >= 2002, fe cluster(id)
is there someone who could help us with our problem?
we would like to compare the coefficients of import_shock.
regards,
Willem Berend van Bon

Comment