Description Usage Arguments Details Value Examples
psw.aug
is the function to estimate the augmented estimator for mean difference
(mean outcome difference for "gaussian"
family and risk difference for "binomial"
family).
The augmented estimator is consistent for the estimand defined by the corresponding propensity score model.
1 |
data |
data frame to be used. |
form.ps |
propensity score model. |
weight |
weighting method to be used. Available methods are |
form.outcome |
outcome model. |
family |
outcome family, either |
K |
value of K in ω(e_i) = min(1, K min(e_i, 1-e_i)) for |
psw.aug
is used to estimate the augmented estimator, \hat{Δ}_{aug},
and make inference using the sandwich variance that adjusts for the sampling variability in the estimated propensity score.
A list of weighting method, fitted propensity score model, estimated propenstity scores, estimated propensity score weights, augmented estimator and associated standard error.
weight |
weighting method. |
ps.model |
object returned by fitting the propensity score model using |
ps.hat |
estimated propensity score. |
W |
estimated propensity score weight. |
est.aug |
augmented estimator for mean difference when |
std.aug |
standard error for |
est.risk.aug |
augmented estimator for risk difference when |
std.risk.aug |
standard error for |
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.