Extract coefficients from a mixed-effects cross-price model in tidy format
# S3 method for cp_model_lmer
tidy(x, effects = c("fixed", "random", "ran_pars"), ...)A tibble with tidy coefficient information.
A cp_model_lmer object.
Which effects to return: "fixed" (default), "random", or "ran_pars".
Additional arguments passed to broom.mixed::tidy.