juanfung / scpd

0 stars 0 forks source link

Use of `StatsModels.ModelFrame` differs from old `DataFrames.ModelFrame` #14

Closed juanfung closed 5 years ago

juanfung commented 5 years ago

For instance, see this deprecation warning when using ModelFrame in causal-hedonic.jl:

┌ Warning: In the future eachcol will have names argument set to false by default │ caller = evalcontrasts(::DataFrames.DataFrame, ::Dict{Any,Any}) at modelframe.jl:124 └ @ StatsModels ~/.julia/packages/StatsModels/AYB2E/src/modelframe.jl:124

See the docs

juanfung commented 5 years ago

Syntax fixed here cb293466e1273f43c114d1ca86c189cbd6ae6771. The warning pertains to package StatsModels not my code.