Print Method for the Combined Approach
Usage
# S3 method for cs_combined
print(x, ...)
Examples
cs_results <- claus_2020 |>
cs_combined(id, time, hamd, pre = 1, post = 4, reliability = 0.8)
cs_results
#>
#> ── Clinical Significance Results ──
#>
#> Combined approach using the JT and statistical approach.
#>
#> Category | n | Percent
#> ---------------------------
#> Recovered | 26 | 65.00%
#> Improved | 3 | 7.50%
#> Unchanged | 10 | 25.00%
#> Deteriorated | 1 | 2.50%
#> Harmed | 0 | 0.00%