print.auto_strata: Print Auto Strata

View source: R/S3_methods.R

print.auto_strataR Documentation

Print Auto Strata

Description

Print method for auto_strata object

Usage

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

Arguments

x,

an auto_strata object

...

other arguments

Examples

dat <- make_sample_data()
a.strat <- auto_stratify(dat, "treat", outcome ~ X1 + X2)
print(a.strat) # prints information about a.strat

stratamatch documentation built on March 31, 2022, 9:07 a.m.