开发者:上海品职教育科技有限公司 隐私政策详情

应用版本:4.2.11(IOS)|3.2.5(安卓)APP下载

丁洁Amy · 2021年03月25日

intercept那一行有什么用

NO.PZ2018101001000045

问题如下:

Whisky wants to investigate that whether variable A and B have a linear relationship with variable C, and variable A and B are independent variables, variable C is dependent variable. He does the multiple regression analysis and gets the following results:

If n is 51, which of the following conclusions is most likely correct?

选项:

A.

Both A and B are significant at the 0.1 level.

B.

A is significant at the 0.1 level.

C.

B is significant at the 0.1 level.

解释:

B is correct.

考点: Regression Coefficient: T-test.

解析: 这道题可以直接通过比较P-value和α的值来判断是否significant。当P-value小于α时,我们拒绝原假设,此时变量是significant的。在这题中,只有变量A符合条件,所以A is significant at the 0.1 level。选择B选项。

老师好,


请问表格中intercept那一行有什么用?通常考试会用这一行考什么吗?谢谢

1 个答案
已采纳答案

星星_品职助教 · 2021年03月26日

同学你好,

intercept在二级里单独考察的并不多。主要有以下几点可能会涉及:

①intercept是回归方程中的b0,或者说截距。

②intercept的意义是当自变量X取值为0时,Y的取值。这点在后续多元回归dummy variable的知识点里会有应用。

③检验intercept是否是significant,检验方法和检验系数b1完全一致。

除了以上这几点单独考察intercept以外,最主要的应用是根据表格中的b0和b1写出这个回归方程,进而代入题干中给出的X的值,然后得到预测的Y值(Predicted Y=b0+b1X)。