print.balancing_weights: Print method for objects of class 'balancing_weights'

View source: R/print.R

print.balancing_weightsR Documentation

Print method for objects of class 'balancing_weights'

Description

Print method for objects of class 'balancing_weights'

Usage

## S3 method for class 'balancing_weights'
print(x, ...)

Arguments

x

An object of class 'balancing_weights'

...

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

Value

Print values of the 'balancing_weights' object, including:

Weight length

The total number of weights.

percentESS

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

Examples

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


WMAP documentation built on April 3, 2025, 8:55 p.m.