Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Dec 18, 2024
1 parent 710d816 commit cc67765
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions marginaleffects/model_statsmodels.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def __init__(self, model):
self.formula = model.model.formula
self.data = ingest(model.model.data.frame)
super().__init__(model)
# after super()
self.formula_engine = "patsy"
self.design_info_patsy = model.model.data.design_info

Expand Down

0 comments on commit cc67765

Please sign in to comment.