plot.MatchBalance: Plot method for MatchBalance.

View source: R/MatchBalance-plot.R

plot.MatchBalanceR Documentation

Plot method for MatchBalance.

Description

Plot method for MatchBalance.

Usage

## S3 method for class 'MatchBalance'
plot(
  x,
  min.label.gap = 0.05,
  importance = TRUE,
  importance.sep = ifelse(ncol(x$df.matrix) > 10, " ", "\n"),
  ...
)

Arguments

x

results of MatchBalance.

min.label.gap

the minimum gap between x-axis labels on the top panel.

importance

include importance metric (t-statistic) in axis labels.

importance.sep

a character used to separate the covariate label and importance metric.

...

currently unused.

Value

Returns a list invisibly with ggplot2 objects of the three panels.


jbryer/psa documentation built on Nov. 17, 2023, 8:21 a.m.