Tidy method for beezdemand_nlme
# S3 method for beezdemand_nlme
tidy(
x,
effects = c("fixed", "ran_pars"),
report_space = c("natural", "log10"),
...
)A tibble of model coefficients with columns:
term: Parameter name
estimate: Point estimate
std.error: Standard error
statistic: t-value
p.value: P-value
component: "fixed" or "variance"
A beezdemand_nlme object
Which effects to include: "fixed" (default), "ran_pars", or both
Character. Reporting space for core parameters. One of
"natural" or "log10" (default depends on param_space used for fitting).
Additional arguments (ignored)