Description Usage Arguments Details Value See Also Examples
psw.wt
is used to estimate the weighted treatment effect estimator (without double robustness).
1 |
data |
data frame to be used. |
form.ps |
propensity score model. |
weight |
weighting method to be used. Available methods are |
out.var |
outcome variable. |
family |
outcome family, either |
K |
value of K in ω(e_i) = min(1, K min(e_i, 1-e_i)) for |
psw.wt
is used to estimate the weighted estimator, \hat{Δ}, and make inference using the sandwich variance estimator
that takes into account the sampling variability in the estimated propensity score.
A list of weighting method, fitted propensity score model, estimated propenstity scores, estimated propensity score weights, weighted estimator and standard error estimator
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.wt |
weighted estimator for mean difference when |
std.wt |
standard error for |
est.risk.wt |
weighted estimator for risk difference when |
std.risk.wt |
standard error for |
est.rr.wt |
weighted estimator for relative risk when |
std.rr.wt |
standard error for |
est.or.wt |
weighted estimator for odds ratio when |
std.or.wt |
standard error for |
est.lor.wt |
weighted estimator for log odds ratio when |
std.lor.wt |
standard error for |
psw
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.