summary.cs_combined {clinicalsignificance} | R Documentation |
Summary Method for the Combined Approach
Description
Summary Method for the Combined Approach
Usage
## S3 method for class 'cs_combined'
summary(object, ...)
Arguments
object |
An object of class |
... |
Additional arguments |
Value
No return value, called for side effects only
Examples
cs_results <- claus_2020 |>
cs_combined(id, time, hamd, pre = 1, post = 4, reliability = 0.8)
summary(cs_results)
[Package clinicalsignificance version 2.0.0 Index]