coef.beezdemand_fixed: Extract Coefficients from Fixed-Effect Demand Fit
Description
Extract Coefficients from Fixed-Effect Demand Fit
Usage
# S3 method for beezdemand_fixed
coef(object, report_space = c("internal", "natural", "log10"), ...)Value
A tibble with columns id, term, estimate, estimate_scale, term_display.
Arguments
- object
A beezdemand_fixed object.
- report_space
One of "internal", "natural", or "log10". Default "internal".
- ...
Unused.