You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,8 +69,8 @@ __Parameters (not required)__
69
69
**`method_parameters`** The list of parameters to define the models used, including:
70
70
-**`ratio_dis`** The ratio of data delegated to the discovery sub-sample (default: 0.5).
71
71
-**`ite_method`** The method to estimate the individual treatment effect (ITE) pseudo-outcome estimation (default: "aipw") [1].
72
-
-**`learner_ps`** The ([SuperLearner](https://CRAN.R-project.org/package=SuperLearner)) model for the propensity score estimation (default: "SL.xgboost", used only for "aipw","bart","cf" ITE estimators).
73
-
-**`learner_y`** The ([SuperLearner](https://CRAN.R-project.org/package=SuperLearner)) model for the outcome estimation (default: "SL.xgboost", used only for "aipw","slearner","tlearner" and "xlearner" ITE estimators).
72
+
-**`learner_ps`** The SuperLearner model for the propensity score estimation (default: "SL.xgboost", used only for "aipw","bart","cf" ITE estimators).
73
+
-**`learner_y`** The SuperLearner model for the outcome estimation (default: "SL.xgboost", used only for "aipw","slearner","tlearner" and "xlearner" ITE estimators).
74
74
75
75
**`hyper_params`** The list of hyper parameters to finetune the method, including:
76
76
-**`intervention_vars`** Array with intervention-able covariates names used for Rules Generation. Empty or null array means that all the covariates are considered as intervention-able (default: `NULL`).
- Augmented Inverse Probability Weighting (`aipw`)
103
+
- Causal Forests (`cf`)
104
+
- Causal Bayesian Additive Regression Trees (`bart`)
105
105
106
-
If other estimates of the ITE are provided in `ite` additional argument, both the ITE estimations in discovery and inference are skipped and those values estimates are used instead. The ITE estimator requires also an outcome learner and/or a propensity score learner from the [SuperLearner](https://CRAN.R-project.org/package=SuperLearner) package (i.e., "SL.lm", "SL.svm"). Both these models are simple classifiers/regressors. By default XGBoost algorithm is used for both these steps.
106
+
If other estimates of the ITE are provided in `ite` additional argument, both the ITE estimations in discovery and inference are skipped and those values estimates are used instead. The ITE estimator requires also an outcome learner and/or a propensity score learner from the SuperLearner package (i.e., "SL.lm", "SL.svm"). Both these models are simple classifiers/regressors. By default XGBoost algorithm is used for both these steps.
We appreciate your efforts in reviewing the CRE 0.2.6 package. In this upgrade, we:
3
+
We would like to express our gratitude for your efforts in reviewing the CRE 0.2.7 package. Based on Kurt Hornik's recommendations, we have removed the affiliation from the Author field and rebuilt the package using the current version of R.
4
4
5
-
- Fixed the issue with the arXiv paper format in the DESCRIPTION file. Specifically, we changed ":" to ".".
5
+
Additionally, please note that with this update, the maintainer role has been transitioned from Dr. Naeem Khoshnevis to Dr. Falco Joannes Bargagli Stoffi. All tests and checks have been completed successfully.
6
6
7
7
Best regards,
8
-
Naeem Khoshnevis
8
+
Falco Joannes Bargagli Stoffi
9
9
10
-
Resubmission (April 21, 2024):
11
10
12
-
We appreciate your efforts in reviewing the CRE 0.2.6 package. In this upgrade, we:
11
+
Resubmission (September 12, 2024):
13
12
14
-
- Fixed the issue with the arXiv paper format in the DESCRIPTION file.
13
+
We appreciate your efforts in reviewing the CRE 0.2.7 package. We fixed the issues with URL in the README.md file. Please note that in this upgrade we transfer the maintainer role from Dr. Naeem Khoshnevis to Dr. Falco Joannes Bargagli Stoffi. All tests and checks have passed successfully.
15
14
16
15
Best regards,
17
-
Naeem Khoshnevis
16
+
Falco Joannes Bargagli Stoffi
18
17
19
-
Submission (April 21, 2024):
18
+
Submission (September 10, 2024):
20
19
21
-
We appreciate your efforts in reviewing the CRE 0.2.6 package. In this upgrade, we:
20
+
We appreciate your efforts in reviewing the CRE 0.2.7 package. In this upgrade, we:
22
21
23
-
- Dropped the dependency on the inTrees R package, which is set to be archived on May 4.
22
+
Transfer the maintainer role from Dr. Naeem Khoshnevis to Dr. Falco Joannes Bargagli Stoffi. All tests and checks have passed successfully.
0 commit comments