I am trying to understand how using one # is different from using two ##.
Could someone please explain the difference between these two regressions:
Thank you!
Could someone please explain the difference between these two regressions:
Code:
xtreg incarcerationRate treatmentOn i.year i.stateId#c.year, fe cluster(city)
Code:
xtreg incarcerationRate treatmentOn i.year i.stateId##c.year, fe cluster(city)
Comment