Skip to content

Python implementation of the fixed effects estimator

Notifications You must be signed in to change notification settings

mkffl/fixed_effects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Python implementation of the fixed effects estimator

Description

  • Includes two methods, fit and predict. Computes and stores coefficients of regressors, intercept and unobserved heterogenity intercepts. Other stats like standard errors or p-values are not included
  • Sklearn-based
    • Uses sklearn BaseEstimator and RegressorMixin as base classes
    • Compatibility with cross validation classes may not work (not tested)
  • Implements FE à la Stata, basically ensuring that the sum of unobserved heterogeneity intercepts sum to 0, which eases interpretation. See details here

About

Python implementation of the fixed effects estimator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published