Learn R Programming

clinicalsignificance (version 2.1.0)

summary.cs_anchor_individual_within: Summary Method for the Anchor-Based Approach

Description

Summary Method for the Anchor-Based Approach

Usage

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

Value

No return value, called for side effects only

Arguments

object

An object of class cs_anchor_individual_within

...

Additional arguments

Examples

Run this code
cs_results <- claus_2020 |>
  cs_anchor(
    id,
    time,
    bdi,
    pre = 1,
    post = 4,
    mid_improvement = 7
  )

cs_results

Run the code above in your browser using DataLab