Print Auto Strata
Print method for auto_strata
object
## S3 method for class 'auto_strata' print(x, ...)
x,
: an auto_strata
object...
: other argumentsdat <- make_sample_data() a.strat <- auto_stratify(dat, "treat", outcome ~ X1 + X2) print(a.strat) # prints information about a.strat