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

2 way fixed effect Panel data with Julia? #50

Open
jlperla opened this issue Jun 22, 2018 · 1 comment
Open

2 way fixed effect Panel data with Julia? #50

jlperla opened this issue Jun 22, 2018 · 1 comment

Comments

@jlperla
Copy link
Contributor

jlperla commented Jun 22, 2018

@schrimpf A thought if we do cover any panel data.... people might be sold if the speed difference is huge, and the interface is easy.

My basic thought is that:

@jlperla
Copy link
Contributor Author

jlperla commented Jun 23, 2018

Also, https://github.com/matthieugomez/InteractiveFixedEffectModels.jl/blob/master/README.md for interactive fixed effect. Applied macro guys use this... not sure about others.

A nice "big" project for a student would be to try to implement the FixedEffectModels.jl test with a matrix-free Krylov method (e.g. https://github.com/JuliaSmoothOptimizers/Krylov.jl is one, It seems to me that a REALLY big 2-sided fixed effect could make use of the fact that there are only 2 nonzeros in each row, which makes the matrix-vector inner product very efficient?

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

No branches or pull requests

1 participant