Hi Statalist,
I just joined the community and I would like to ask a question that I couldn’t solve for my analysis.
I try to use a two way fixed effect model to see the effect of some policy on revenues of restaurants.
I have data on restaurants of different cuisines for Feb and Mar. I control for date fixed effects and cuisine fixed effects, the code is:
regress Revenue i.date i.cuisine i.cuisine#post, robust
However, I found there is a within week cyclical trend for some cuisines, so I want to control for the interaction fixed effects for (Monday to Sunday) x (cuisines), So I run
regress Revenue i.date i.cuisine i.cuisine#post i.weekday#i.cuisine, robust
however, my i.weekday#i.cuisine were all dropped because of multicollinearity, which makes sense after I pondered for a bit. So my question is, how should I control for the weekday fixed effects in this two way fixed effect model? Thanks!
Related Posts with Including additional interaction fixed effects in a two way fixed effect model
Fairlie decomposition for longitudinal/panel dataI am trying to use fairlie decomposition technique (I am using mvdcmp as it produces same results as…
Censored RegressionCould anyone please specify the command for censored regression models in STATA. …
Fairlie decomposition for Panel dataI am trying to use fairlie decomposition technique (I am using mvdcmp as it produces same results as…
Confidence interval for Chi-square testDear All, Can someone please help me out, to find out the confidence interval for chi-square test or…
Problem with Counting observations across firm identifierDear Stata users, Version 16.1 I have 4 variables - firm_id, type_product, type_airframe, and Appli…
Subscribe to:
Post Comments (Atom)
0 Response to Including additional interaction fixed effects in a two way fixed effect model
Post a Comment