Skip to content

Commit d5cabb6

Browse files
committed
Fixed typo
1 parent 28cfedd commit d5cabb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/guide/estimatorselection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ given dataset and causal question.
66
| Model | Struct | Causal Estimands | Supported Treatment Types | Supported Outcome Types |
77
|----------------------------------|-----------------------|----------------------------------|---------------------------|------------------------------------------|
88
| 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] |
9+
| G-computation | GComputation | ATE, ATT, ITT | Binary | Binary, Continuous, Time to Event, Count[^1] |
1010
| Double Machine Learning | DoubleMachineLearning | ATE | Binary, Count[^1], Continuous | Binary, Count[^1], Continuous, Time to Event |
1111
| S-learning | SLearner | CATE | Binary | Binary, Continuous, Time to Event, Count[^1] |
1212
| T-learning | TLearner | CATE | Binary | Binary, Continuous, Count[^1], Time to Event |

0 commit comments

Comments
 (0)