summarize {sbw} | R Documentation |
Summarize output from sbw
Description
Function for summarizing the output from sbw
.
Usage
summarize(object, digits = 6, ...)
Arguments
object |
an object from the class |
digits |
The number of significant digits that will be displayed. The default is |
... |
ignored arguments. |
Value
A list with the following elements:
variance
, variance of the weights
coefficient_variation
, coefficient of variation of the weights
effective_sample_size
, effective sample size
balance_table
, mean/TASDM balance tables for samples before/after weighting
shadow_price
, dual tables or shadow prices for the balanced groups
Examples
# Please see the examples in the function sbw above.
[Package sbw version 1.1.9 Index]