We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0bbe3 commit f9f0976Copy full SHA for f9f0976
causal_testing/testing/estimators.py
@@ -307,9 +307,6 @@ def __init__(
307
terms = [treatment] + sorted(list(adjustment_set)) + sorted(list(effect_modifiers))
308
self.formula = f"{outcome} ~ {'+'.join(terms)}"
309
310
- for term in self.effect_modifiers:
311
- self.adjustment_set.add(term)
312
-
313
def add_modelling_assumptions(self):
314
"""
315
Add modelling assumptions to the estimator. This is a list of strings which list the modelling assumptions that
0 commit comments