Hi,
I am trying to run a pooled OLS on my unbalanced panel data including firm and time (quarter) fixed effects in the following form:
I receive the error: FirmID: factor variables may not contain noninteger values.
The code works fine if I go with c.FirmID but I was wondering if this will also include firm fixed effects in my model?
Cheers
I am trying to run a pooled OLS on my unbalanced panel data including firm and time (quarter) fixed effects in the following form:
Code:
reg DV IV Controls i.Quarter i.FirmID, vce (cluster FirmID)
The code works fine if I go with c.FirmID but I was wondering if this will also include firm fixed effects in my model?
Cheers
Comment