Hello everyone,
I am trying to estimate a fixed effects model (with an unbalanced panel data) with Driscoll-Kraay standard errors where I can see the particular effect of my entities. In other words a Fixed Effects using least squares dummy variable model (LSDV) with Driscoll-Kraay standard errors.
I tried the command:
xtscc $y $x i.entity i.year, lag(3)
But is telling me "date is not regularly spaced: there are contemporaneous gap(s) across all subjects in entity".
In this regard I have two doubts what does this error mean? what do the lags I apply mean? I don't understand the lags very well, since I tried to take up the idea in another question in the forum.
Thank you very much for your help.
I am trying to estimate a fixed effects model (with an unbalanced panel data) with Driscoll-Kraay standard errors where I can see the particular effect of my entities. In other words a Fixed Effects using least squares dummy variable model (LSDV) with Driscoll-Kraay standard errors.
I tried the command:
xtscc $y $x i.entity i.year, lag(3)
But is telling me "date is not regularly spaced: there are contemporaneous gap(s) across all subjects in entity".
In this regard I have two doubts what does this error mean? what do the lags I apply mean? I don't understand the lags very well, since I tried to take up the idea in another question in the forum.
Thank you very much for your help.
Comment