summary.balancing_weights {WMAP}R Documentation

Summary method for objects of class 'balancing_weights'

Description

Summary method for objects of class 'balancing_weights'

Usage

## S3 method for class 'balancing_weights'
summary(object, ...)

Arguments

object

An object of class 'balancing_weights'

...

Additional arguments affecting the summary produced (so far no additional arguments are needed, so leave blank).

Value

Printed summary of the 'balancing_weights' object, including:

Weight length

The total number of weights.

Weight distribution

Statistical summary of weight values.

percentESS

Percentage sample effective sample size (ESS) for the pseudo-population.

Examples

data(demo)
output1 <- balancing.weights(S, Z, X, method = "IC", naturalGroupProp)
summary(output1)


[Package WMAP version 1.2.0 Index]