Incorrect

The question was: What is the proportion of varance in the Ratings variable explained by the Grip variable?

Your Answer: .029442

Answer and explanation: Your answer is incorrect. The correct answer is .03358.
The R-Square indicates the proportion of variance in the dependent variable explained by the independent variable. Therefore, the proportion of variance in the dependent variable Ratings explained by the independent variable Grip is .03358, the R-square value.

Regression Equation of GRIP predicting RATINGS

 
Multiple R           .18326
R Square             .03358
Adjusted R Square    .02692
Standard Error      8.40639
 
Analysis of Variance
                    DF      Sum of Squares      Mean Square
Regression           1           356.07735        356.07735
Residual           145         10246.76153         70.66732
 
F =       5.03878       Signif F =  .0263
 
 
------------------ Variables in the Equation ------------------
 
Variable              B        SE B       Beta         T  Sig T
 
GRIP            .066090     .029442    .183257     2.245  .0263
(Constant)    33.724714    3.318697               10.162  .0000
 



 BACK