Skip to content

Commit

Permalink
Merge pull request #44 from JuliaStats/dfk/coefnames
Browse files Browse the repository at this point in the history
qualify coefnames when extending
  • Loading branch information
kleinschmidt committed Nov 30, 2017
2 parents 9417295 + e553b56 commit e751e2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/StatsModels.jl
Expand Up @@ -8,7 +8,6 @@ using StatsBase
using Missings
using CategoricalArrays


export @formula,
Formula,
ModelFrame,
Expand Down
2 changes: 1 addition & 1 deletion src/modelframe.jl
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 e751e2c

Please sign in to comment.