confint.beezdemand_fixed: Confidence Intervals for Fixed-Effect Demand Model Parameters
Description
Computes confidence intervals for Q0, alpha, and k parameters from
individual demand curve fits. Uses asymptotic normal approximation based
on standard errors when available.
A tibble with columns: id, term, estimate, conf.low,
conf.high, level.
Arguments
object
A beezdemand_fixed object from fit_demand_fixed().
parm
Character vector of parameter names to compute CIs for.
Default includes all available parameters.
level
Confidence level (default 0.95).
...
Additional arguments (ignored).
Details
For beezdemand_fixed objects, confidence intervals are computed using
the asymptotic normal approximation: estimate +/- z * SE. If standard errors
are not available for a parameter, the confidence bounds will be NA.
When the underlying NLS fit objects are available (from detailed = TRUE),
this method attempts to use nlstools::confint2() for more accurate
profile-based intervals.