summarize: Summarize output from 'sbw'

Description Usage Arguments Value Examples

View source: R/summarize.R

Description

Function for summarizing the output from sbw.

Usage

1
summarize(object, digits = 6, ...)

Arguments

object

an object from the class sbwcau or sbwpop obtained after using sbw.

digits

The number of significant digits that will be displayed. The default is 6.

...

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

1
# Please see the examples in the function sbw above.

sbw documentation built on Sept. 22, 2021, 9:07 a.m.

Related to summarize in sbw...