summary.balance.plots: Prints a summary table of the test statistics of each balance...

View source: R/plot.balance.R

summary.balance.plotsR Documentation

Prints a summary table of the test statistics of each balance plot.

Description

The [balance.plot()] function will create a grid of balance plots if a data frame is provided. The returned object is a list of ggplot2 figures with the statistical tests (i.e. Friedmen Rank Sum tests and if a continuous variable, repeated measures ANOVA as well) saved as attributes. This function will return a data frame combining all of those results.

Usage

## S3 method for class 'balance.plots'
summary(object, ...)

Arguments

object

the results of [balance.plot()] when a data frame is specified.

...

currently unused.

Value

a data frame


TriMatch documentation built on April 11, 2025, 6:16 p.m.