私は4つの変数を用いて回帰を実行し、すべてがT値と、非常に統計的に有意である及び(I言う非常に高く、明らかに有意であることが小数を含むように無関係と思われるため)。しかし、はわずか.2284です。ここでtの値を、それらがそうではない何かを意味すると誤解していますか?t値を見たときの私の最初の反応は、がかなり高いということでしたが、多分それは高いでしょうか?
私は4つの変数を用いて回帰を実行し、すべてがT値と、非常に統計的に有意である及び(I言う非常に高く、明らかに有意であることが小数を含むように無関係と思われるため)。しかし、はわずか.2284です。ここでtの値を、それらがそうではない何かを意味すると誤解していますか?t値を見たときの私の最初の反応は、がかなり高いということでしたが、多分それは高いでしょうか?
回答:
-値及び非常に異なるものを判断するために使用されています。 -値は、あなたの見積もりのaccurary判断するために使用されているさんが、しかし、、あなたの応答変数の変動の対策量は、あなたの共変量で説明しました。観測値を使用して回帰モデルを推定するとします。
ここで、、。
大 -値(絶対値)帰無仮説拒否するようにあなたを導く。これは、係数の符号を正しく推定したと確信できることを意味します。また、> 4で場合、0は係数の99%信頼区間にありません。係数のための-value 推定値との差であるおよび標準誤差により正規化0 。
これは、単に推定値をその変動性の尺度で割ったものです。十分な大きさのデータセットがある場合、常に統計的に有意な(大きな)値があります。これは、必ずしも共変量が応答変数の変動の多くを説明することを意味するわけではありません。
@Statが述べたように、は、従属変数によって説明される応答変数の変動量を測定します。詳細については、ウィキペディアにアクセスしてください。あなたのケースでは、あなたが正確に推定するのに十分大きなデータセットを持って現れるさんが、あなたの共変量を説明すると\または応答値を予測するの貧しい人々の仕事をします。
To say the same thing as caburke but more simply, you are very confidant that the average response caused by your variables is not zero. But there are lots of other things that you don't have in the regression that cause the response to jump around.
Could it be that although your predictors are trending linearly in terms of your response variable (slope is significantly different from zero), which makes the t values significant, but the R squared is low because the errors are large, which means that the variability in your data is large and thus your regression model is not a good fit (predictions aren't as accurate)?
Just my 2 cents.
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