Learn R Programming

clinicalsignificance (version 2.0.0)

summary.cs_percentage: Summary Method for the Percentage-Change Approach

Description

Summary Method for the Percentage-Change Approach

Usage

# S3 method for cs_percentage
summary(object, ...)

Value

No return value, called for side effects only

Arguments

object

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
  )

summary(cs_results)

Run the code above in your browser using DataLab