balance_table: Derive formatted balance table from matchit output

View source: R/balance_table.R

balance_tableR Documentation

Derive formatted balance table from matchit output

Description

Derive formatted balance table from matchit output

Usage

balance_table(matchit_out, threshold = 0.2, p = FALSE)

Arguments

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)


kamclean/finalpsm documentation built on Oct. 3, 2023, 3:52 a.m.