print.manual_strata | R Documentation |
Print method for manual_strata
object
## S3 method for class 'manual_strata' print(x, ...)
x, |
a |
... |
other arguments |
dat <- make_sample_data() m.strat <- manual_stratify(dat, treat ~ C1) print(m.strat) # prints information about m.strat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.