summary.cs_anchor_group_between | R Documentation |
Summary Method for the Anchor-Based Approach for Groups (Between)
## S3 method for class 'cs_anchor_group_between'
summary(object, ...)
object |
An object of class |
... |
Additional arguments |
No return value, called for side effects only
cs_results <- antidepressants |>
cs_anchor(
patient,
measurement,
post = "After",
mom_di,
mid_improvement = 8,
target = "group",
effect = "between",
group = condition
)
summary(cs_results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.