Skip to content

Commit

Permalink
Incorrect initialization of cov_adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
kshedden authored and bert9bert committed Aug 29, 2014
1 parent 01aca22 commit 3ab7089
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions statsmodels/genmod/generalized_estimating_equations.py
Expand Up @@ -621,8 +621,6 @@ def _update_mean_params(self):

varfunc = self.family.variance

self.cov_struct.cov_adjust = 0

bmat, score = 0, 0
for i in range(self.num_group):

Expand Down

0 comments on commit 3ab7089

Please sign in to comment.