We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28cfedd commit d5cabb6Copy full SHA for d5cabb6
docs/src/guide/estimatorselection.md
@@ -6,7 +6,7 @@ given dataset and causal question.
6
| Model | Struct | Causal Estimands | Supported Treatment Types | Supported Outcome Types |
7
|----------------------------------|-----------------------|----------------------------------|---------------------------|------------------------------------------|
8
| Interrupted Time Series Analysis | InterruptedTimeSeries | ATE, Cumulative Treatment Effect | Binary | Continuous, Count[^1], Time to Event |
9
-| G-computation | GComputation | ATE, ATT, ITT | Binary | Binary,Continuous, Time to Event, Count[^1] |
+| G-computation | GComputation | ATE, ATT, ITT | Binary | Binary, Continuous, Time to Event, Count[^1] |
10
| Double Machine Learning | DoubleMachineLearning | ATE | Binary, Count[^1], Continuous | Binary, Count[^1], Continuous, Time to Event |
11
| S-learning | SLearner | CATE | Binary | Binary, Continuous, Time to Event, Count[^1] |
12
| T-learning | TLearner | CATE | Binary | Binary, Continuous, Count[^1], Time to Event |
0 commit comments