print.independence_weights {independenceWeights}R Documentation

Printing results for estimated energy balancing weights

Description

Prints results for energy balancing weights

Prints weighted energy statistics for given weights

Usage

## S3 method for class 'independence_weights'
print(x, digits = max(getOption("digits") - 3, 3), ...)

## S3 method for class 'weighted_energy_terms'
print(x, digits = max(getOption("digits") - 3, 3), ...)

Arguments

x

a fitted object from weighted_energy_stats

digits

minimal number of significant digits to print.

...

further arguments passed to or from print.default.

Value

Nothing returned

Nothing returned

See Also

independence_weights for function which produces energy balancing weights

weighted_energy_stats for function which produces energy balancing weights


[Package independenceWeights version 0.0.1 Index]