StatsModels.jl icon indicating copy to clipboard operation
StatsModels.jl copied to clipboard

StatsBase API functions not re-exported

Open kleinschmidt opened this issue 4 years ago • 0 comments

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.

kleinschmidt avatar Feb 04 '21 15:02 kleinschmidt