Robust Standard Errors (Regression)
Using the maize only version of eth_allrounds_final.dta with per hectare inputs, compare default and robust standard errors.
- Run
reg yield_kg fert labor i.irr i.admin_1(default standard errors). - Run the same regression with
, robustappended.
- Did the coefficients change?
- How did the standard error on
fertchange? - Did the p-value on
fertchange in a way that would affect your conclusions?