summarize: Summarize output from 'sbw'

View source: R/summarize.R

summarizeR 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 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

# Please see the examples in the function sbw above.

sbw documentation built on Sept. 11, 2024, 8:06 p.m.

Related to summarize in sbw...