Print Method for the Anchor-Based Approach for Individuals
Source:R/cs_anchor.R
print.cs_anchor_individual_within.Rd
Print Method for the Anchor-Based Approach for Individuals
Usage
# S3 method for cs_anchor_individual_within
print(x, ...)
Examples
cs_results <- claus_2020 |>
cs_distribution(id, time, hamd, pre = 1, post = 4, reliability = 0.8)
cs_results
#>
#> ── Clinical Significance Results ──
#>
#> Distribution-based approach using the JT method.
#>
#> Category | n | Percent
#> ---------------------------
#> Improved | 29 | 72.50%
#> Unchanged | 10 | 25.00%
#> Deteriorated | 1 | 2.50%