Fixed Effects Regression with Interaction Term Causes Error

后端 未结 3 1176
孤独总比滥情好
孤独总比滥情好 2021-01-18 03:08

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

3条回答
  •  一整个雨季
    2021-01-18 03:42

    A way to get at least the standard errors etc. is to use

    library("sandwich")
    library("lmtest")
    coeftest(mult_fe)
    

提交回复
热议问题