print.auto_strata | R Documentation |
Print method for auto_strata
object
## S3 method for class 'auto_strata' print(x, ...)
x, |
an |
... |
other arguments |
dat <- make_sample_data() a.strat <- auto_stratify(dat, "treat", outcome ~ X1 + X2) print(a.strat) # prints information about a.strat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.