Confidence interval and interaction terms
Posted: Mon Jan 06, 2020 9:25 am
Hello,
I would like to compute the confidence interval for an interaction term.
I have the following model:
The total effect of is
I am just wondering what is the formula for computing the confidence interval of this total effect.
Thank you very much
I would like to compute the confidence interval for an interaction term.
I have the following model:
Code: Select all
y_{t}=\beta_{1}x_{1}+\beta_{2}x_{2}+\beta_{3}(x_{1}+x_{2})Code: Select all
x_{1}Code: Select all
\beta_{1}+\beta_{2}x_{2}Thank you very much