Skip to content
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

How can I calculate different vcov matrices after FixedEffectModels.jl? #58

Open
felixholub opened this issue Apr 23, 2019 · 1 comment

Comments

@felixholub
Copy link

I have asked this on the discourse already: https://discourse.julialang.org/t/how-can-i-calculate-different-vcov-matrices-after-fixedeffectmodels-jl/23200
Is there a simple way to calculate different sets of standard errors after estimating a model? I currently reestimate the complete model, which takes very long. Thanks for the help!

@matthieugomez
Copy link
Member

matthieugomez commented Sep 21, 2019

If you have access to a GPU, you could try the new experimental feature for GPU. This makes the package an order of magnitude faster. It is an experimental feature, and it's hard for me to test it on my computer, so I'd appreciate any feedback.

] add FixedEffects#master 
] add FixedEffectModels#master 
using CuArrays, FixedEffectModels
reg(df, @model(Sales ~ NDI, fe = StateCategorical + YearCategorical), method = :lsmr_gpu)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants