I have a quarterly panel dataset and in my regression I want to include year and quarter specific fixed-effects.
variable qdate = 2016q1, 2016q2 ... up to 2018q4
Am I correct with including i.qdate to produce my quarterly specific fixed effects?
How would I go about creating the yearly specific fixed effects?
thanks
variable qdate = 2016q1, 2016q2 ... up to 2018q4
Am I correct with including i.qdate to produce my quarterly specific fixed effects?
How would I go about creating the yearly specific fixed effects?
thanks
Comment