print.cs_statistical: Print Method for the Statistical Approach

View source: R/cs_statistical.R

print.cs_statisticalR Documentation

Print Method for the Statistical Approach

Description

Print Method for the Statistical Approach

Usage

## S3 method for class 'cs_statistical'
print(x, ...)

Arguments

x

An object of class cs_distribution

...

Additional arguments

Value

No return value, called for side effects

Examples

cs_results <- claus_2020 |>
  cs_statistical(
    id,
    time,
    hamd,
    pre = 1,
    post = 4,
    m_functional = 8,
    sd_functional = 7
  )

cs_results

clinicalsignificance documentation built on April 4, 2025, 12:19 a.m.