
Summary Method for the Anchor-Based Approach
Source:R/cs_anchor.R
summary.cs_anchor_individual_within.Rd
Summary Method for the Anchor-Based Approach
Usage
# S3 method for class 'cs_anchor_individual_within'
summary(object, ...)
Examples
cs_results <- claus_2020 |>
cs_anchor(
id,
time,
bdi,
pre = 1,
post = 4,
mid_improvement = 7
)
cs_results
#>
#> ---- Clinical Significance Results ----
#>
#> Approach: Anchor-based
#> MID Improvement: 7
#> MID Deterioration: 7
#> Better is: Lower
#>
#> Category | N | Percent
#> ---------------------------
#> Improved | 25 | 62.50%
#> Unchanged | 11 | 27.50%
#> Deteriorated | 4 | 10.00%
#>