print.cs_anchor_group_between: Print Method for the Anchor-Based Approach for Groups...

View source: R/cs_anchor.R

print.cs_anchor_group_betweenR Documentation

Print Method for the Anchor-Based Approach for Groups (Between)

Description

Print Method for the Anchor-Based Approach for Groups (Between)

Usage

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

Arguments

x

An object of class cs_anchor_group_between

...

Additional arguments

Value

No return value, called for side effects

Examples

cs_results <- claus_2020 |>
  cs_anchor(
    id,
    time,
    bdi,
    post = 4,
    mid_improvement = 7,
    group = treatment,
    target = "group",
    effect = "between"
  )

cs_results

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