Skip to content

Commit 615cf78

Browse files
committed
update docstring for gt combinations
1 parent efdb8a6 commit 615cf78

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doubleml/did/did_multi.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,10 @@ class DoubleMLDIDMulti:
5858
:py:class:`sklearn.ensemble.RandomForestClassifier`) for the nuisance function :math:`m_0(X) = E[D=1|X]`.
5959
Only relevant for ``score='observational'``. Default is ``None``.
6060
61-
gt_combinations : array-like
62-
A list of tuples with the group-time combinations to be evaluated.
61+
gt_combinations : array-like or str
62+
A list of tuples with the group-time combinations to be evaluated. Can be a string with the value
63+
``'standard'``, ``'all'`` or ``'universal'``, which constructs the corresponding combinations automatically.
64+
Default is ``'standard'``.
6365
6466
control_group : str
6567
Specifies the control group. Either ``'never_treated'`` or ``'not_yet_treated'``.

0 commit comments

Comments
 (0)