Summary Method for the Statistical Approach
Usage
# S3 method for cs_statistical
summary(object, ...)
Examples
cs_results <- claus_2020 |>
cs_statistical(
id,
time,
hamd,
pre = 1,
post = 4,
m_functional = 8,
sd_functional = 7
)
summary(cs_results)
#>
#> ── Clinical Significance Results ──
#>
#> Statistical approach of clinical significance using the JT method for
#> calculating the population cutoff.
#>
#> There were 43 participants in the whole dataset of which 40 (93%) could be
#> included in the analysis.
#>
#> The cutoff type was a with a value of 18.17 based on the following sumamry
#> statistics:
#>
#>
#> ── Population Characteristics
#> M Clinical | SD Clinical | M Functional | SD Functional
#> -------------------------------------------------------
#> 24.85 | 3.34 | 8 | 7
#>
#>
#> ── Individual Level Results
#> Category | n | Percent
#> ---------------------------
#> Improved | 26 | 65.00%
#> Unchanged | 13 | 32.50%
#> Deteriorated | 1 | 2.50%