Learn R Programming

clinicalsignificance (version 2.1.0)

print.cs_statistical: Print Method for the Statistical Approach

Description

Print Method for the Statistical Approach

Usage

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

Value

No return value, called for side effects

Arguments

x

An object of class cs_distribution

...

Additional arguments

Examples

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

cs_results

Run the code above in your browser using DataLab