Skip to content

Commit 50da19f

Browse files
authored
Added fitted to delegations (#234)
* Added `fitted` to delegations * patch bump
1 parent 8f54d2b commit 50da19f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "StatsModels"
22
uuid = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
3-
version = "0.6.24"
3+
version = "0.6.25"
44

55
[deps]
66
DataAPI = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"

src/statsmodel.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const TableModels = Union{TableStatisticalModel, TableRegressionModel}
129129
StatsBase.deviance, StatsBase.nulldeviance,
130130
StatsBase.loglikelihood, StatsBase.nullloglikelihood,
131131
StatsBase.dof, StatsBase.dof_residual, StatsBase.nobs,
132-
StatsBase.stderror, StatsBase.vcov]
132+
StatsBase.stderror, StatsBase.vcov, StatsBase.fitted]
133133
@delegate TableRegressionModel.model [StatsBase.modelmatrix,
134134
StatsBase.residuals, StatsBase.response,
135135
StatsBase.predict, StatsBase.predict!,

0 commit comments

Comments
 (0)