Guest User

Untitled

a guest
Mar 21st, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. fit <- lm(R1 ~ R2)
  2.  
  3. Call:
  4. lm(formula = R1 ~ R2)
  5.  
  6. Residuals:
  7. Min 1Q Median 3Q Max
  8. -0.128139 -0.016528 0.000349 0.017806 0.125109
  9.  
  10. Coefficients:
  11. Estimate Std. Error t value Pr(>|t|)
  12. (Intercept) 0.003785 0.001884 2.009 0.0453 *
  13. R.2 0.949923 0.043904 21.636 <2e-16 ***
  14. ---
  15. Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
  16.  
  17. fit["coefficients"]
  18.  
  19. $coefficients
  20. (Intercept) R2
  21. 0.003785144 0.949923219
Add Comment
Please, Sign In to add comment