v0.2.5: bug fixes and compatibility with Base
StatsBase.stderr
is nowStatsBase.stderror
(#59, JuliaStats/StatsBase.jl#368) to avoid conflicts withBase.stderr
(renamed fromSTDERR
)- Bugfix in error message for Formula (@matthieugomez #56)
- Fix missing StatsBase
coefnames
method forDataFrameStatisticalModel
andDataFrameRegressionModel