Summary Method for the Distribution-Based Approach
Source:R/cs_distribution.R
summary.cs_distribution.Rd
Summary Method for the Distribution-Based Approach
Usage
# S3 method for cs_distribution
summary(object, ...)
Examples
cs_results <- claus_2020 |>
cs_distribution(id, time, hamd, pre = 1, post = 4, reliability = 0.8)
summary(cs_results)
#>
#> ── Clinical Significance Results ──
#>
#> Distribution-based analysis of clinical significance using the JT method for
#> calculating the RCI.
#>
#> There were 43 participants in the whole dataset of which 40 (93%) could be
#> included in the analysis.
#>
#> The outcome was hamd and the reliability was set to 0.8.
#>
#>
#> ── Individual Level Results
#> Category | n | Percent
#> ---------------------------
#> Improved | 29 | 72.50%
#> Unchanged | 10 | 25.00%
#> Deteriorated | 1 | 2.50%