Skip to content

Commit

Permalink
Merge 1a1d7be into 16365ed
Browse files Browse the repository at this point in the history
  • Loading branch information
kshedden committed Oct 4, 2013
2 parents 16365ed + 1a1d7be commit 696f62a
Show file tree
Hide file tree
Showing 17 changed files with 8,277 additions and 3 deletions.
7 changes: 7 additions & 0 deletions statsmodels/genmod/dependence_structures/__init__.py
@@ -0,0 +1,7 @@
'''
This module contains dependence strutures for fitting models using
generalized estimating equations.
'''

from varstruct import Independence, Exchangeable, GlobalOddsRatio, Autoregressive,\
Nested, VarStruct

0 comments on commit 696f62a

Please sign in to comment.