print.wdsmatch: Print method for wdsmatch objects

View source: R/print.R

print.wdsmatchR Documentation

Print method for wdsmatch objects

Description

Print method for wdsmatch objects

Usage

## S3 method for class 'wdsmatch'
print(x, digits = 4, ...)

Arguments

x

A wdsmatch object returned by wdsmatchATE or wdsmatchATT.

digits

Number of decimal places.

...

Additional arguments (ignored).

Value

Invisibly returns the input object x. Called for its side effect of printing a formatted summary to the console, including the point estimate, standard error, confidence interval, number of matches, and sample sizes.


wdsmatch documentation built on Sept. 12, 2026, 1:06 a.m.