-
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
Estimated Effects in random effect #553
Comments
Sorry, I think it is blank. |
Hi @KseniaNedorezova Is there an issue to ask about? Could you post some code demonstrating the issue? |
Hello everyone! I work with panel data |
Can you please post some demo code that reproduces the problem. |
import pandas as pd data = pd.read_excel(r"...", sheet_name = "....").reset_index(drop = True) |
Any chance you could use one of the demo datasets included with linearmodels to reproduce? That way I can run without needing any data, which might not be available to share. |
Can you post some runnable code so I can see if I can help you? This doesn't usually happen and so seems to be specific to your setup. |
No description provided.
The text was updated successfully, but these errors were encountered: