Learn R Programming

clinicalsignificance (version 2.0.0)

summary.cs_anchor_group_between: 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 cs_anchor_group_between
summary(object, ...)

Value

No return value, called for side effects only

Arguments

object

An object of class cs_anchor_group_between

...

Additional arguments

Examples

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

summary(cs_results)

Run the code above in your browser using DataLab