
Confidence intervals for a structural choice discounting model
Source:R/dd-choice-methods.R
confint.beezdiscounting_choice.RdWald (Hessian-based) confidence intervals: estimate +/- z * se on the
internal scale, then back-transformed to report_space.
Arguments
- object
A
beezdiscounting_choiceobject.- parm
Optional character vector for filtering. Accepts display names (
"k:(Intercept)","gamma") or raw optimizer names ("beta_k","log_gamma","log_sigma_u","beta0").NULLreturns all coefficients.- level
Confidence level (default
0.95).- report_space
"internal"(default; all coefficients on their estimation scale) or"natural"(exponentiate thebeta_krows so the intercept iskat the reference level, and exponentiatelog_gammaso the row isgamma;log_sigma_uandbeta0stay on their internal scales).- ...
Unused.