summary.cs_anchor_group_between {clinicalsignificance}R Documentation

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

Description

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

Usage

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

Arguments

object

An object of class cs_anchor_group_between

...

Additional arguments

Value

No return value, called for side effects only

Examples

cs_results <- antidepressants |>
  cs_anchor(
    patient,
    measurement,
    post = "After",
    mom_di,
    mid_improvement = 8,
    target = "group",
    effect = "between",
    group = condition
  )

summary(cs_results)

[Package clinicalsignificance version 2.0.0 Index]