我正在使用 R 并且我一直在使用带有二项式链接的 GLM 分析我的数据。
我想知道输出表中的intercept是什么意思。我的一个模型的截距明显不同,但变量不是。这是什么意思?
什么是截距。我不知道我是否只是让自己感到困惑,但是搜索了互联网,没有什么只是说,就是这个,注意它......或者不要。
请帮助,一个非常沮丧的学生
glm(formula = attacked_excluding_app ~ treatment, family = binomial,
data = data)
Deviance Residuals:
Min 1Q Median 3Q Max
-2.3548 0.3593 0.3593 0.3593 0.3593
Coefficients:
Estimate Std. Error z value Pr(>|z|)
(Intercept) 2.708 1.033 2.622 0.00874 **
treatmentshiny_non-shiny 0.000 1.461 0.000 1.00000
(Dispersion parameter for binomial family taken to be 1)
Null deviance: 14.963 on 31 degrees of freedom
Residual deviance: 14.963 on 30 degrees of freedom
(15 observations deleted due to missingness)
AIC: 18.963
Number of Fisher Scoring iterations: 5