Description Usage Arguments Details Value Examples
Estimate naive average treatment effect (ATE).
1 |
data |
a dataframe object containing the variables and values. |
y |
a character vector specifying the response variable. |
w |
a character vector specifying the treatment status. |
cf |
logical; if TRUE then includes confidence interval on ATE. |
Computes a simple difference in means between the treatment group and the control group, τ = E[Y_i | W = 1] - E[Y_i | W = 0].
a list of ATE, 95 percent confidence interval upperbound and lowerbound or just ATE, depending on user input of cf
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.