Skip to content

Commit

Permalink
Update StatsBase.df to dof
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan committed Oct 6, 2016
1 parent 725a226 commit 8b4b729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REQUIRE
@@ -1,7 +1,7 @@
julia 0.5
NullableArrays 0.0.8
CategoricalArrays 0.0.6
StatsBase 0.8.3
StatsBase 0.11.0
GZip
SortingAlgorithms
Reexport
Expand Down
2 changes: 1 addition & 1 deletion src/statsmodels/statsmodel.jl
Expand Up @@ -62,7 +62,7 @@ typealias DataFrameModels @compat(Union{DataFrameStatisticalModel, DataFrameRegr
@delegate DataFrameModels.model [StatsBase.coef, StatsBase.confint,
StatsBase.deviance, StatsBase.nulldeviance,
StatsBase.loglikelihood, StatsBase.nullloglikelihood,
StatsBase.df, StatsBase.df_residual, StatsBase.nobs,
StatsBase.dof, StatsBase.dof_residual, StatsBase.nobs,
StatsBase.stderr, StatsBase.vcov]
@delegate DataFrameRegressionModel.model [StatsBase.residuals, StatsBase.model_response,
StatsBase.predict, StatsBase.predict!]
Expand Down

0 comments on commit 8b4b729

Please sign in to comment.