Learn R Programming

clinicalsignificance (version 2.0.0)

print.cs_anchor_group_between: 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 cs_anchor_group_between
print(x, ...)

Value

No return value, called for side effects

Arguments

x

An object of class cs_anchor_group_between

...

Additional arguments

Examples

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

cs_results

Run the code above in your browser using DataLab