View source: R/cs_get_reliability.R
cs_get_reliability | R Documentation |
Get Reliability Of A cs_analysis Object
cs_get_reliability(x)
x |
A cs_analysis object |
A tibble showing the reliability
Extractor functions
cs_get_augmented_data()
,
cs_get_data()
,
cs_get_model()
,
cs_get_n()
,
cs_get_summary()
cs_results <- claus_2020 |>
cs_distribution(
id,
time,
bdi,
pre = 1,
post = 4,
reliability = 0.80
)
cs_get_reliability(cs_results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.