cs_get_model | R Documentation |
With cs_get_model()
you can extract the fitted HLM model for
the distribution-based approach. This is useful to either diagnose the
model further (beacuse all assumptions of HLMs apply in this case) or plot
the results differently.
cs_get_model(x)
x |
A cs_analysis object |
A model of class lmerMod
Extractor functions
cs_get_augmented_data()
,
cs_get_data()
,
cs_get_n()
,
cs_get_reliability()
,
cs_get_summary()
cs_results <- claus_2020 |>
cs_distribution(id, time, bdi, rci_method = "HLM")
cs_get_model(cs_results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.