Plotting coefplot

I’ve used Coefplot: it’s a Stata program to plot statistics & confidence intervals.

I’m not aware of this kind of package in Julia.
First we need more uniformity in the statistics/econometrics package APIs.
Suppose someone writes Coefplot.jl: it should plot estimates & conf intervals from GLM.jl, FixedEffects.jl, QuantileRegressions.jl etc

Currently, there is not enough coordination/cooperation.
Eg: if I wanna run a quantile regression w/ fixed effects, the two existing packages don’t work together…
Other parts of the Julia ecosystem are very modular & cohesive.