summary.cs_statistical {clinicalsignificance} | R Documentation |
Summary Method for the Statistical Approach
Description
Summary Method for the Statistical Approach
Usage
## S3 method for class 'cs_statistical'
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_statistical(
id,
time,
hamd,
pre = 1,
post = 4,
m_functional = 8,
sd_functional = 7
)
summary(cs_results)
[Package clinicalsignificance version 2.0.0 Index]