cs_get_data | R Documentation |
Get Data From A cs_analysis Object
cs_get_data(x, dataset = "data")
x |
A cs_analysis object. |
dataset |
The dataset you wish to retrieve. Available options are
|
A tibble
Extractor functions
cs_get_augmented_data()
,
cs_get_model()
,
cs_get_n()
,
cs_get_reliability()
,
cs_get_summary()
cs_results <- claus_2020 |>
cs_anchor(id, time, bdi, mid_improvement = 9, pre = 1, post = 4)
cs_get_data(cs_results)
cs_get_data(cs_results, dataset = "wide")
cs_get_data(cs_results, dataset = "original")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.