Description Usage Arguments Details Value Note Author(s) References See Also Examples
A function uses Bayesian methods to incorporate uncertainties in estimated propensity scores and provide adjusted standard errors for propensity score regressions.
1 |
Y |
A vector containing the outcome variable. |
t |
A vector containing the treatment indicator. |
X |
A matrix containing the covariates. |
K |
Numbers of iterations. |
S |
Number of posterior samples. |
Estimated propensity scores are used as an additional covariate in the main outcome model to control for selection or to provide better control for the nonlinear effects of covariates. The function bpsr
takes into account the uncertainties in estimating the propensity scores and adjusts the standard errors accordingly.
estimates |
The estimated treatment effects and their adjusted standard errors. Phat shows the results with unadjusted standard errors. BPSR shows the results with adjusted standard errors using the Bayesian method. |
time |
The time elapsed for the computation. |
sims |
The number of iterations requested for the Bayesian computation, K |
posterior |
The posterior sample distribution of the treatment effects. The function |
To use bpsr
, first install JAGS to the local computer. JAGS is available at http://mcmc-jags.sourceforge.net/.
Weihua An, Huizi Xu, and Zhida Zheng, Indiana University Bloomington.
An, Weihua. 2010. "Bayesian Propensity Score Estimators: Incorporating Uncertainties In Propensity Scores Into Causal Inference." Sociological Methodology 40: 151-189. http://mypage.iu.edu/~weihuaan/Documents/2010_BPSE.pdf.
bpsm, modelpsm, modelpsr, Match, sortps
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.