| RATE | R Documentation |
Estimation of the Average Treatment Effect among Responders
RATE(
response,
post.treatment,
treatment,
data,
M = 5,
pr.treatment,
treatment.level,
preprocess = NULL,
efficient = TRUE,
...
)
response |
(formula or learner) Response model. A formula (e.g.,
|
post.treatment |
(formula or learner) Post treatment marker model. A
formula (e.g., |
treatment |
Treatment formula (e.g, A ~ 1) |
data |
data.frame |
M |
Number of folds in cross-fitting (M=1 is no cross-fitting) |
pr.treatment |
(optional) Randomization probability of treatment. |
treatment.level |
Treatment level in binary treatment (default 1) |
preprocess |
(optional) Data preprocessing function |
efficient |
If TRUE, the estimate will be efficient. If FALSE, the estimate will be a simple plug-in estimate. |
... |
Additional arguments to lower level functions |
estimate object
Andreas Nordland, Klaus K. Holst
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.