ipw
make_wt_summary_table.Rd
wt_summary
is a function that creates a table summarizing statistics about treatment weights
make_wt_summary_table(..., round = 2, format = "md", colnames = NA)
ipw
objects supplied as a list or as seperate arguments
The number of significant digits used for rounding means
The format of the table that is returned ('text' = plain text, 'md' = markdown, 'html' = HTML)
An optional vector of column names
The resulting table either as a data.frame
or a formatted datatable object which can be further modified with javascript callback.