TheKaspa

Untitled

Sep 25th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
R 0.90 KB | None | 0 0
  1. Analysis of Variance Table
  2.  
  3. Response: I
  4.            Df Sum Sq Mean Sq F value    Pr(>F)    
  5. P           1 650591  650591  1202.8 < 2.2e-16 ***
  6. Residuals 327 176867     541                      
  7. ---
  8. Signif. codes:  0***0.001**0.01*0.05 ‘.’ 0.1 ‘ ’ 1
  9.  
  10. Call:
  11. lm(formula = I ~ P)
  12.  
  13. Residuals:
  14.      Min       1Q   Median       3Q      Max
  15. -159.450   -9.170   -4.342    5.364  117.385
  16.  
  17. Coefficients:
  18.             Estimate Std. Error t value Pr(>|t|)    
  19. (Intercept) 11.79972    1.58284   7.455 8.14e-13 ***
  20. P            1.67011    0.04816  34.682  < 2e-16 ***
  21. ---
  22. Signif. codes:  0***0.001**0.01*0.05 ‘.’ 0.1 ‘ ’ 1
  23.  
  24. Residual standard error: 23.26 on 327 degrees of freedom
  25.   (2 observations deleted due to missingness)
  26. Multiple R-squared:  0.7863,    Adjusted R-squared:  0.7856
  27. F-statistic:  1203 on 1 and 327 DF,  p-value: < 2.2e-16
Advertisement
Add Comment
Please, Sign In to add comment