Learn R Programming

clinicalsignificance (version 2.1.0)

summary.cs_combined: Summary Method for the Combined Approach

Description

Summary Method for the Combined Approach

Usage

# S3 method for cs_combined
summary(object, ...)

Value

No return value, called for side effects only

Arguments

object

An object of class cs_combined

...

Additional arguments

Examples

Run this code
cs_results <- claus_2020 |>
  cs_combined(id, time, hamd, pre = 1, post = 4, reliability = 0.8)

summary(cs_results)

Run the code above in your browser using DataLab