StatsModels.jl
StatsModels.jl copied to clipboard
StatsBase API functions not re-exported
We provide methods for many functions from StatsBase (like coef, fit,
predict, modelmatrix, etc.) but don't export most of them. Most of the time
this is fine as users will have imported StatsBase for other things too, but in
package code that doesn't explicitly using StatsBase it can lead to problems.