Description Usage Arguments Details Value References Examples
fits logistic regression model before estimating propensity scores
1 |
formula |
an object formula to be fitted. Response should be treatment. |
data |
optional data frame. |
... |
For additional options of glm. |
Propensity score is
e(X) = P(Z_i = 1 \mid X_i = x)
, which is the conditional probability of receiving treatment. Naturally, logit model is the easiest way to estimate the score.
propmod
class, a list with model and its name
model - glm model
name - "glm"
data - dataset
Rosenbaum, P. R., & Rubin, D. B. (1983). The central role of the propensity score in observational studies for causal effects. Biometrika, 70(1), 41-55. https://doi.org/10.1093/biomet/70.1.41
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.