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 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 ──
#>
#> Individual anchor-based approach with a 7 point decrease in instrument scores
#> indicating a clinical significant improvement.
#>
#> Category | n | Percent
#> ---------------------------
#> Improved | 25 | 62.50%
#> Unchanged | 11 | 27.50%
#> Deteriorated | 4 | 10.00%