View source: R/balance_table.R
balance_table | R Documentation |
Derive formatted balance table from matchit output
balance_table(matchit_out, threshold = 0.2, p = FALSE)
matchit_out |
Output from matchit function |
threshold |
Threshold below which the absolute standardised mean difference is considered balanced (default = 0.2). If formal threshold is required, this should be set to NULL. |
p |
Test for significant differences between treatment groups to assess balance before and after matching (default = FALSE) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.