summary.balance.plots | R Documentation |
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.
## S3 method for class 'balance.plots'
summary(object, ...)
object |
the results of [balance.plot()] when a data frame is specified. |
... |
currently unused. |
a data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.