Learn R Programming

clinicalsignificance (version 2.0.0)

print.cs_combined: Print Method for the Combined Approach

Description

Print Method for the Combined Approach

Usage

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

Value

No return value, called for side effects

Arguments

x

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)

cs_results

Run the code above in your browser using DataLab