
Summary Method for the Anchor-Based Approach for Groups (Within)
Source:R/cs_anchor.R
summary.cs_anchor_group_within.Rd
Summary Method for the Anchor-Based Approach for Groups (Within)
Usage
# S3 method for class 'cs_anchor_group_within'
summary(object, ...)
Examples
cs_results <- claus_2020 |>
cs_anchor(
id,
time,
bdi,
pre = 1,
post = 4,
mid_improvement = 8,
target = "group"
)
summary(cs_results)
#>
#> ---- Clinical Significance Results ----
#>
#> Approach: Anchor-based (between groups)
#> MID Improvement: 8
#> N (original): 43
#> N (used): 40
#> Percent used: 93.02%
#> Better is: Lower
#> Outcome: bdi
#>
#> Difference | Lower | Upper | Ci Level | N | Category
#> ------------------------------------------------------------------------------------
#> -9.37 | -12.97 | -5.81 | 0.95 | 40 | Probably clinically significant effect
#>