View source: R/counterfactual.R
cfObj | R Documentation |
Counterfactual objects
cfObj(ate = NULL, Df1 = NULL, Df2 = NULL, q1 = NULL, q2 = NULL,
qte = NULL, tau = NULL, y.seq = NULL, ate.se = NULL,
qte.se = NULL)
ate |
Difference in average outcomes for 1st set of weights relative to second set of weights |
Df1 |
Distribution function for first set of weights |
Df2 |
Distribution function for second set of weights |
q1 |
Quantiles for first set of weights |
q2 |
Quantiles for second set of weights |
qte |
q1-q2 |
tau |
Values at which quantiles are computed |
y.seq |
Values at which the distribution functions are computed; if this is NULL, the default is to use all values of y |
ate.se |
Standard error for ate |
qte.se |
Standard errors for qte |
cfObj
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.