我跑了回归有4个变量,都非常统计学显著,带T值和(我说因为它似乎无关包括小数),这是非常高的,清晰显著。但是只有0.2284。我在误解此处的t值意味着它们不是吗?我在看到的T值的第一反应是,将是相当高的,但也许这是一个高?
我跑了回归有4个变量,都非常统计学显著,带T值和(我说因为它似乎无关包括小数),这是非常高的,清晰显著。但是只有0.2284。我在误解此处的t值意味着它们不是吗?我在看到的T值的第一反应是,将是相当高的,但也许这是一个高?
Answers:
该 -值和被用来判断非常不同的事情。所述 -值是用来判断你的估计的准确性因素的,但在响应变量的变化的措施的量通过您的协变量说明。假设您要使用观察值来估计回归模型,
其中,。
大 -值(绝对值)导致你拒绝零假设,即。这意味着您可以确信已经正确估计了系数的符号。此外,如果> 4且,则0不在系数的99%置信区间内。所述用于系数-值是估计之间的差和0通过标准误差归一。
这只是估计值除以其可变性的度量。如果您有足够大的数据集,那么您将始终具有统计上有意义的(大)。这并不意味着您的协变量可以解释响应变量中的很多变化。
如@Stat所述,衡量因变量引起的响应变量的变化量。有关更多信息,请访问Wikipedia。根据你的情况,看来你有一个足够大的数据集,以准确地估计的,但是你做协解释和\或预测的响应值方面做得很差。
简单地说,就是说,您对变量所引起的平均响应不为零感到非常自信。但是,回归中没有很多其他东西,导致响应跳跃。
可能是因为尽管预测变量的响应变量呈线性趋势(斜率与零显着不同),这使t值显着,但R平方却很低,因为误差很大,这意味着您的数据很大,因此您的回归模型不太适合(预测不够准确)?
只是我的2美分。
Perhaps this post can help: http://blog.minitab.com/blog/adventures-in-statistics/how-to-interpret-a-regression-model-with-low-r-squared-and-low-p-values
Several answers given are close but still wrong.
"The t-values are used to judge the accurary of your estimate of the βi's" is the one that concerns me the most.
The T-value is merely an indication of the likelihood of random occurrence. Large means unlikely. Small means very likely. Positive and Negative don't matter to the likelihood interpretation.
"R2 measures the amount of variation in your response variable explained by your covariates" is correct.
(I would have commented but am not allowed by this platform yet.)
The only way to deal with a small R squared, check the following:
How many covariates did you use for your model estimation? If more than 1 as in your case, deal with the problem of multicolinearity of the covariates or simply, run the regression again and this time without the constant which is known as beta zero.
However, if the problem still persists, then do a stepwise regression and select the model with a high R squared. But which I cannot recommend to you because it brings about bias in the covariates