clbustos / dominanceAnalysis

Dominance Analysis (Azen and Bodescu), for multiple regression models: OLS (univariate, multivariate), beta regression, Dynamic Linear Models, GLM and HLM
23 stars 13 forks source link

Support for felm() #1

Open choellig opened 4 years ago

choellig commented 4 years ago

I'm wondering whether it might be possible to add support for the felm() function of the lfe package (https://www.rdocumentation.org/packages/lfe/versions/2.8-3/topics/felm)? I think felm's outputs are quite comparable to lm's outputs, but it allows to add fixed effects for large datasets.

clbustos commented 4 years ago

I see no problem. I saw that you made a fork. I updated the X.fit methods to use fit on the new branch. If you use the new format, I could pull the commit right away