Learn R Programming

beezdemand (version 0.2.0)

tidy.beezdemand_fixed: Tidy Method for beezdemand_fixed

Description

Tidy Method for beezdemand_fixed

Usage

# S3 method for beezdemand_fixed
tidy(x, report_space = c("natural", "log10"), ...)

Value

A tibble of model coefficients with columns: id, term, estimate, std.error, statistic, p.value, component

Arguments

x

A beezdemand_fixed object

report_space

Character. Reporting space for core parameters. One of "natural" (default) or "log10".

...

Additional arguments (ignored)