Skip to content

Commit 2dc9bc3

Browse files
Update fit.jl (#18)
1 parent c877286 commit 2dc9bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fit.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ function regife(df, f::FormulaTerm, vcov::CovarianceEstimator = Vcov.simple();
259259
dof_residual = max(size(X, 1) - size(X, 2) - df_absorb_fe, 1)
260260

261261
## estimate vcov matrix
262-
vcov_data = FixedEffectModels.VcovData(Xm, crossxm, residualsm, dof_residual)
262+
vcov_data = Vcov.VcovData(Xm, crossxm, residualsm, dof_residual)
263263
matrix_vcov = StatsBase.vcov(vcov_data, vcov_method_data)
264264
# compute various r2
265265
nobs = sum(esample)

0 commit comments

Comments
 (0)