print.auto_strata function

Print Auto Strata

Print Auto Strata

Print method for auto_strata object

## 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
  • Maintainer: Rachael C. Aikens
  • License: GPL-3
  • Last published: 2022-03-31