View source: R/matching_diagnostics.R
| plot.balance_diagnostics | R Documentation |
Produces a Love plot (dot plot) of standardized differences.
## S3 method for class 'balance_diagnostics'
plot(x, type = c("love", "histogram", "variance"), threshold = 0.1, ...)
x |
A balance_diagnostics object |
type |
Type of plot: "love" (default), "histogram", or "variance" |
threshold |
Threshold line for standardized differences (default: 0.1) |
... |
Additional arguments passed to plotting functions |
The balance_diagnostics object (invisibly)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.