Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. documentclass[nobib]{tufte-book} % Use the tufte-book class which in turn uses the tufte-common class
  2. usepackage{listings} % For display code listings
  3. usepackage[english]{SASnRdisplay}
  4. %usepackage{microtype} % Improves character and word spacing
  5.  
  6. begin{document}
  7.  
  8.  
  9. begin{Routput}
  10. Call: lm(formula = y ~ x)
  11.  
  12. Residuals:
  13. Min 1Q Median 3Q Max
  14. -28.8626 -6.1401 0.0236 5.8645 29.8774
  15.  
  16. Coefficients:
  17. Estimate Std. Error t value Pr(>|t|)
  18. (Intercept) 0.3715 1.0498 0.354 0.72416
  19. x 2.7392 1.0378 2.639 0.00966 **
  20. ---
  21. Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
  22.  
  23. Residual standard error: 10.37 on 98 degrees of freedom
  24. Multiple R-squared: 0.06637, Adjusted R-squared: 0.05685
  25. F-statistic: 6.967 on 1 and 98 DF, p-value: 0.009661
  26. end{Routput}
  27.  
  28. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement