summary.cs_anchor_group_between function

Summary Method for the Anchor-Based Approach for Groups (Between)

Summary Method for the Anchor-Based Approach for Groups (Between)

## S3 method for class 'cs_anchor_group_between' summary(object, ...)

Arguments

  • object: An object of class cs_anchor_group_between
  • ...: Additional arguments

Returns

No return value, called for side effects only

Examples

cs_results <- antidepressants |> cs_anchor( patient, measurement, post = "After", mom_di, mid_improvement = 8, target = "group", effect = "between", group = condition ) summary(cs_results)