I am trying to estimate a panel dataset with an interaction term for geographical areas (LoadArea, DischargeArea) which signifies a route. Using the fixed effects specificat
A way to get at least the standard errors etc. is to use
library("sandwich") library("lmtest") coeftest(mult_fe)