calc_cutoff_from_data.default: Calculate the categories based on the cutoff

View source: R/calc_cutoff.R

calc_cutoff_from_data.defaultR Documentation

Calculate the categories based on the cutoff

Description

Calculate the categories based on the cutoff

Usage

## Default S3 method:
calc_cutoff_from_data(
  data,
  m_clinical,
  sd_clinical,
  m_functional,
  sd_functional,
  type = "a",
  direction = 1,
  ...
)

Arguments

data

Prepped data with class ⁠cs_*⁠

m_functional

Mean of functional population

sd_functional

SD of functional population

type

Cutoff type, available are "a", "b", and "c"

...

Additional arguments for the specific RCI method


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