Learn R Programming

beezdemand (version 0.2.0)

tidy.beezdemand_hurdle: Tidy a beezdemand_hurdle Model

Description

Returns a tibble of model coefficients in tidy format.

Usage

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

Value

A tibble with columns:

term

Parameter name

estimate

Point estimate

std.error

Standard error

statistic

z-value

p.value

P-value

component

One of "zero_probability", "consumption", "variance", or "fixed"

Arguments

x

An object of class beezdemand_hurdle.

report_space

Character. Reporting space for core demand parameters. One of "internal", "natural", or "log10".

...

Additional arguments (currently unused).