Learn R Programming

clinicalsignificance (version 2.1.0)

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

Description

Print Method for the Percentange-Change Approach

Usage

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

Value

No return value, called for side effects

Arguments

x

An object of class cs_percentage

...

Additional arguments

Examples

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

cs_results

Run the code above in your browser using DataLab