summary.strata | R Documentation |
Summarize number and sizes of strata in a strata
object. Also prints
number of strata with potential issues.
## S3 method for class 'strata' summary(object, ...)
object |
a |
... |
other arguments |
For more information, access the issue table for your strata object with
mystrata$issue_table
.
dat <- make_sample_data() m.strat <- manual_stratify(dat, treat ~ C1) summary(m.strat) # Summarizes strata in m.strat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.