Description Usage Arguments Value See Also
View source: R/helper_routines.R
Produces various table summaries of IP-Weights.
1 2 3 4 5 6 7 | get_wtsummary(
wts_data,
cutoffs = c(0, 0.5, 1, 10, 20, 30, 40, 50, 100, 150),
varname = "Stabilized IPAW",
by.rule = FALSE,
stabilize = FALSE
)
|
wts_data |
Either a list of data.table containing weights (one for each separate regimen/intervention) or a single data.table with weights for one regimen / intervention. |
cutoffs |
Weight cut off points for summary tables. |
varname |
Character string describing the type of the weights |
by.rule |
Can optionally evaluate the same summary tables separately for each regimen / rule. |
stabilize |
Set to |
A list with various IP-weights summary tables.
getIPWeights
for evaluation of IP-weights.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.