tidy.cp_model_lmer: Extract coefficients from a mixed-effects cross-price model...

tidy.cp_model_lmerR Documentation

Extract coefficients from a mixed-effects cross-price model in tidy format

Description

Extract coefficients from a mixed-effects cross-price model in tidy format

Usage

## S3 method for class 'cp_model_lmer'
tidy(x, effects = c("fixed", "random", "ran_pars"), ...)

Arguments

x

A cp_model_lmer object.

effects

Which effects to return: "fixed" (default), "random", or "ran_pars".

...

Additional arguments passed to broom.mixed::tidy.

Value

A tibble with tidy coefficient information.


beezdemand documentation built on March 3, 2026, 9:07 a.m.