Description Usage Arguments Value
'.gob' does the actual work of computing the point estimate and confidence interval. It should generally not be called directly (and is in fact not exposed to the user).
1 | .gob(Y, X, Z, pred.fn.ls, alpha = 0.95)
|
Y |
A vector of outcomes. |
X |
A dataframe of covariates. |
Z |
A binary vector of assignments. |
pred.fn.ls |
A list of length 2. The first element is the regression function to apply to the control units, while the second element is the regression function to apply to the treated units. |
alpha |
The desired coverage of the confidence interval. |
a list of length 2. The first element is the point estimate; the second is the confidence interval.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.