A tibble with columns: term, estimate, conf.low, conf.high,
level, component, estimate_scale.
Arguments
object
A beezdemand_hurdle object from fit_demand_hurdle().
parm
Character vector of parameter names to compute CIs for.
Default includes all fixed effect parameters.
level
Confidence level (default 0.95).
report_space
Character. Reporting space for parameters:
"internal": parameters on internal/fitting scale (log for Q0, alpha)
"natural": back-transformed to natural scale
...
Additional arguments (ignored).
Details
Confidence intervals are computed using the asymptotic normal approximation
based on standard errors from TMB::sdreport(). For parameters estimated
on the log scale (Q0, alpha, k), intervals can be back-transformed to the
natural scale using report_space = "natural".
The transformation uses:
For log-scale parameters: exp(estimate +/- z * SE)