print.cs_combined: Print Method for the Combined Approach

View source: R/cs_combined.R

print.cs_combinedR Documentation

Print Method for the Combined Approach

Description

Print Method for the Combined Approach

Usage

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

Arguments

x

An object of class cs_combined

...

Additional arguments

Value

No return value, called for side effects

Examples

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

cs_results

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