| overlap | R Documentation |
overlap plot between the treated group and untreated group
overlap(X, Z, bin = 20, ...)
X |
numeric vector (e.g., propensity score logit) |
Z |
binary Treatment indicator, 1 - treatment, 0 - control |
bin |
number of bins for histogram |
... |
additional arguments ... |
overlap plot between treated units and control units
overlap(X=twolevel_data$lps, Z=twolevel_data$Z)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.