FixedEffectModel icon indicating copy to clipboard operation
FixedEffectModel copied to clipboard

Fixedeffectmodel: panel data modeling in Python

Results 9 FixedEffectModel issues
Sort by recently updated
recently updated
newest added

The code seems to be broken when transforming estimates to strings for visualization into table. OLSFixed.py line 213: ``` params_data = lzip(["%#6.5f" % float(params[i]) for i in exog_len], ["%#6.5f" %...

I have made some exercises of the examples, but I found that the code 'result.summary()' in each example gives some warnings. Please help me. thx

Here, I'm doing everything fine that seems to me, but unfortunately, the package does not work as it should. I'm using the right parameters, Please have a look at the...

Hi I was looking into the command, and the helpfile. I couldnt find if there is an option to simply obtain the demean versions of the data. For example, in...

Any thoughts on omitting the preprocessing step in which NaNs are set to zero? Choosing how to handle missing data is a non-trivial modeling choice and having it happen automatically...

Hello, when I tried to run the sample code I run into the following error. Is my pandas version not correct for this package to run? Thanks! ![image](https://user-images.githubusercontent.com/46983185/184285649-59e548f5-d8df-4edd-9baf-d742c7ce393a.png)

hello, I have been using fixedeffect function, but there's an error when I include two category variables(userid and time). It shows 'NameError: Total sum of square equal 0, program quit.'...

Hello, I´ve been trying to perform a iv2sls regression with fixed effects with your library but I can´t get the summary of the results. I even tried it with the...

Can the absorbed fixed effects be recovered/stored, as in the STATA version of reghdfe?