lbittarello / Microeconometrics.jl

Microeconometric estimation in Julia
Other
30 stars 11 forks source link

Cap StatsModels at 0.5 #10

Closed kleinschmidt closed 5 years ago

kleinschmidt commented 5 years ago

StatsModels v0.6 is a breaking change: [https://discourse.julialang.org/t/psa-breaking-changes-in-statsmodels-v0-6-0-terms-2-0-son-of-terms/]

I'd submit a PR but I've forgotten how to cap things in a REQUIRE file :)

lbittarello commented 5 years ago

Thanks for the pull request! I'll work on adapting the package to the new version of StatsModels as soon as possible. I was waiting for a final version before getting to terms with it

kleinschmidt commented 5 years ago

Great, ping me if you have questions or run into problems!

lbittarello commented 4 years ago

@kleinschmidt: I have redesigned the package around the new StatsModels. The new implementation is cleaner (see here and the last section here). We could easily port it into StatsModels as a generalization of Formula if there is any interest. Let me know.

lbittarello commented 4 years ago

JuliaStats/StatsModels.jl#21