Skip to content

Commit

Permalink
actually just specify it the one place it's used
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinschmidt committed Nov 30, 2017
1 parent 2856184 commit e553b56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/StatsModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ using StatsBase
using Missings
using CategoricalArrays

import StatsBase: coefnames

export @formula,
Formula,
ModelFrame,
Expand Down
2 changes: 1 addition & 1 deletion src/modelframe.jl
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ end
Returns a vector of coefficient names constructed from the Terms
member and the types of the evaluation columns.
"""
function coefnames(mf::ModelFrame)
function StatsBase.coefnames(mf::ModelFrame)
terms = droprandomeffects(dropresponse!(mf.terms))

## strategy mirrors ModelMatrx constructor:
Expand Down

0 comments on commit e553b56

Please sign in to comment.