plot.balance_diagnostics: Plot method for balance diagnostics

View source: R/matching_diagnostics.R

plot.balance_diagnosticsR Documentation

Plot method for balance diagnostics

Description

Produces a Love plot (dot plot) of standardized differences.

Usage

## S3 method for class 'balance_diagnostics'
plot(x, type = c("love", "histogram", "variance"), threshold = 0.1, ...)

Arguments

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

Value

The balance_diagnostics object (invisibly)


couplr documentation built on Jan. 20, 2026, 5:07 p.m.