wt_summary is a function that creates a table summarizing statistics about treatment weights

make_wt_summary_table(..., round = 2, format = "md", colnames = NA)

Arguments

...

ipw objects supplied as a list or as seperate arguments

round

The number of significant digits used for rounding means

format

The format of the table that is returned ('text' = plain text, 'md' = markdown, 'html' = HTML)

colnames

An optional vector of column names

Value

The resulting table either as a data.frame or a formatted datatable object which can be further modified with javascript callback.

Author

M. Alan Brookhart & Robert A. Overman