View source: R/cs_get_cutoff.R
cs_get_cutoff | R Documentation |
Get Used Cutoff And Type From A cs_analysis Object
cs_get_cutoff(x, with_descriptives = FALSE)
x |
A cs_analysis object |
with_descriptives |
Logical indicating whether you want to retrieve only
the cutoff type and value or the summary statistics on which it is based
on. The default is |
A tibble with cutoff information
cs_results <- claus_2020 |>
cs_statistical(
id,
time,
bdi,
pre = 1,
post = 4,
m_functional = 8,
sd_functional = 8,
cutoff_type = "c"
)
cs_get_cutoff(cs_results)
cs_get_cutoff(cs_results, with_descriptives = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.