| tidy.cp_model_lmer | R Documentation |
Extract coefficients from a mixed-effects cross-price model in tidy format
## S3 method for class 'cp_model_lmer'
tidy(x, effects = c("fixed", "random", "ran_pars"), ...)
x |
A cp_model_lmer object. |
effects |
Which effects to return: "fixed" (default), "random", or "ran_pars". |
... |
Additional arguments passed to broom.mixed::tidy. |
A tibble with tidy coefficient information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.