calc_cutoff_from_data.default {clinicalsignificance} | R 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 |
m_functional |
Mean of functional population |
sd_functional |
SD of functional population |
type |
Cutoff type, available are |
... |
Additional arguments for the specific RCI method |
[Package clinicalsignificance version 2.1.0 Index]