Skip to content

Commit 1c8b18c

Browse files
committed
fix unbalanced parentheses for DTRlearn2 (fyi: @julierennes)
1 parent d28bd83 commit 1c8b18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CausalInference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ treatment effect (HTE) estimation.
216216

217217
- *Direct methods* perform a direct classification task: outcome-weighted learning `r pkg("DTRlearn2")`; efficient augmentation/relaxation learning (EARL), residual learning, weighted learning, value-search methods based on Augmented Inverse Probability Weighted Estimators and Inverse Probability Weighted Estimators `r pkg("DynTxRegime")`.
218218
- *Indirect methods*, which proceed through nuisance estimation to perform Q-learning `r pkg("DTRlearn2")`, `r pkg("DynTxRegime")`, `r pkg("DTRreg")`, Interactive Q-Learning `r pkg("DynTxRegime")` or double robust Q-Learning.
219-
r pkg("polle") provides a unified framework for learning and evaluating finite stage policies based on observational data with methods such as doubly robust restricted Q-learning, policy tree learning, and outcome weighted learning. Flexible machine learning methods can be used to estimate the nuisance components and valid inference for the policy value is ensured via cross-fitting. The package wraps and extends some functionalities from other packages `r pkg("DynTxRegime") `, `r pkg("policytree") `, `r pkg("grf") `, `r pkg("DTRlearn2"))`.
219+
r pkg("polle") provides a unified framework for learning and evaluating finite stage policies based on observational data with methods such as doubly robust restricted Q-learning, policy tree learning, and outcome weighted learning. Flexible machine learning methods can be used to estimate the nuisance components and valid inference for the policy value is ensured via cross-fitting. The package wraps and extends some functionalities from other packages `r pkg("DynTxRegime") `, `r pkg("policytree") `, `r pkg("grf") `, `r pkg("DTRlearn2")`.
220220
- *For sequential, multiple assignment, randomized trials (SMART)*
221221
Set of tools for determining the necessary sample size in order to identify the optimal DTR `r pkg("smartsizer")`. Estimators for general K-stage DTRs from SMARTs `r pkg("DTRlearn2")`.
222222
- *With variable selection*

0 commit comments

Comments
 (0)