Open jlperla opened 6 years ago
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?
@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: