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

View source: R/cs_anchor.R

summary.cs_anchor_individual_withinR Documentation

Summary Method for the Anchor-Based Approach

Description

Summary Method for the Anchor-Based Approach

Usage

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

Arguments

object

An object of class cs_anchor_individual_within

...

Additional arguments

Value

No return value, called for side effects only

Examples

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

cs_results

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