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 cs_anchor_group_between
...
: Additional argumentsNo 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)
Useful links