-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get different Standard Errors from AbsorbingLS and PanelOLS #432
Comments
They are different. Which standard errors are you using for the Panel model? Can you post a code example that shows the differences you are seeing? |
Here's the sample code. I use the sample dataset from statsmodels and test three different settings of standard errors. They are all quite different. Among the three settings, I am quite interested in standard errors with "cov_type='clustered'".
|
Thanks for the code. I can see they are different, but will need more time to determine. I suspect that the issue is a DoF correction. |
I do fixed effect regression (time effect+entity effect) with AbsorbingLS as well as PanelOLS, I get same coefficient while the standard errors seems to be quite different. I tried different settings, like "clustered" with entity and time effect / robust/
unadjusted, but they are always different.
I checked source code and it seems that standard errors of the two models are relaized in different py file. May I know the difference? Since I thought that the stand errors should be same.
Thanks.
The text was updated successfully, but these errors were encountered: