haiderraza
New member
- Jun 18, 2026
- 0
- 0
what does the statement “test whether an estimated slope co-efficient is significantly different from zero” mean? and why do we build a confidence interval for that?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
If you have zero in the confidence interval, you have insufficient evidence to support the alternative hypothesis that the coefficient is different from zero. In other words, you have insufficient evidence to conclude that the true slope coefficient is different from zero. Your wording is confusingdwheats wrote:
It means exactly what it says. You are testing to see whether the true population parameter is different form zero given what the sample data tells you it is from running the regression.
If you construct a confidence interval and the confidence interval CONTAINS zero, you can say that there is not sufficient evidecne to support rejecting the null hypothesis that the slope coefficent is different from zero.
If the condience interval DOES NOT CONTAIN zero, you can reject the null hypothesis that the slope coefficient iss zero. This is because the evidence (confidence interval) says that (1-alpha)% of the time, the slope coefficients population value will not lie within that interval (which means it will not be zero since the interval does not contain zero).
I don’t intend to sound rude, so please don’t take offense.dwheats wrote:
If the condience interval DOES NOT CONTAIN zero, you can reject the null hypothesis that the slope coefficient iss zero. This is because the evidence (confidence interval) says that (1-alpha)% of the time, the values of the point estimates of the slope coefficients will not lie within that interval (which means it will not be zero since the interval does not contain zero).
No problem, glad I could help!haiderraza wrote:
Tickersu - A very simple and comprehensive answer. You should be a professor man.
Thanks a lot!.
I’m not sure exactly what the question says, but you are not seeing if the t-statistic is inside/outside of the CI. You compare the t-statistic to a rejection region. More simply, though, just look up the p-value and compare it to the selected/given alpha. When you look at the confidence interval, you compare your hypothesized true value to the confidence interval.jyk026 wrote:Guys… when do we use the test statistic or the hypothesized value for hypothesis testing in regards to the population values of the regression coefficients? I’m having trouble with example 16 on p.291 for the hypothesis testing for the null hypothesis that the slope = 1. The test statistic is outside 5 the confidence interval but they don’t reject the null because the hypothesized value is within the confidence interval. What’s the rule of when to use what?
More or less… Assuming you are doing a t-test: t-statistics are standardized values, so compare them against the critical t-values, as you said. A confidence interval gives you a range where the true parameter value is contained (at a given level of confidence), so you can compare your hypothesis for the true parameter value to the confidence interval, again as you said.jyk026 wrote:
So if we use test statistics use them relative to the critical t-values and if comparing hypothesized values use them relative to the confidence intervals….?