print.cs_percentage: Print Method for the Percentange-Change Approach

View source: R/cs_percentage.R

print.cs_percentageR Documentation

Print Method for the Percentange-Change Approach

Description

Print Method for the Percentange-Change Approach

Usage

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

Arguments

x

An object of class cs_percentage

...

Additional arguments

Value

No return value, called for side effects

Examples

cs_results <- claus_2020 |>
  cs_percentage(
    id,
    time,
    bdi,
    pre = 1,
    post = 4,
    pct_improvement = 0.5
  )

cs_results

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