Summary Method for the Anchor-Based Approach for Groups (Between)
Source:R/cs_anchor.R
summary.cs_anchor_group_between.Rd
Summary Method for the Anchor-Based Approach for Groups (Between)
Usage
# S3 method for cs_anchor_group_between
summary(object, ...)
Examples
cs_results <- antidepressants |>
cs_anchor(
patient,
measurement,
post = "After",
mom_di,
mid_improvement = 8,
target = "group",
effect = "between",
group = condition
)
summary(cs_results)
#>
#> ── Clinical Significance Results ──
#>
#> Groupwise anchor-based analysis of clinical significance (between groups) with
#> a 8 point decrease in instrument scores (mom_di) indicating a clinical
#> significant improvement.
#>
#>
#> ── Group Level Results
#>
#> Group 1 | Group 2 | Median Difference | [Lower | Upper] | CI-Level | n (1) | n (2) | Category
#> -----------------------------------------------------------------------------------------------------------------------------------
#> Wait List | Inactive Placebo | -11.74 | -13.34 | -10.09 | 0.95 | 152 | 130 | Large clinically significant effect
#> Wait List | Active Placebo | -17.70 | -19.53 | -16.07 | 0.95 | 152 | 121 | Large clinically significant effect
#> Wait List | Antidepressant | -18.45 | -20.18 | -16.69 | 0.95 | 152 | 152 | Large clinically significant effect