
Confidence Intervals for a Cross-Price Demand Model (Mixed-Effects)
Source:R/cp-methods.R
confint.cp_model_lmer.RdWraps lme4::confint.merMod(). Defaults to Wald intervals; method = "profile"
or method = "boot" use the corresponding lme4 backends and are slower.
Arguments
- object
A
cp_model_lmerobject.- parm
Optional character vector of parameter names.
NULLreturns intervals for all parameters.- level
Confidence level (default
0.95).- method
One of
"Wald"(default),"profile", or"boot".- ...
Additional arguments passed to
lme4::confint.merMod().