Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. documentclass{standalone}
  2.  
  3. usepackage{booktabs}
  4. usepackage{siunitx}
  5.  
  6. newcommand{mean}[0]{bar}
  7.  
  8. begin{document}
  9. begin{tabular}{rSSSSScrSSSSS}
  10. toprule
  11. {Hour} & {$x_1$} & {$x_2$} & {$x_3$} & {$mean x$} & {$R$} & quad & {Hour} & {$x_1$} & {$x_2$} & {$x_3$} & {$mean x$} & {$R$} \
  12. cmidrule{1-6} cmidrule{8-13}
  13. 1 & 0.36 & 0.39 & 0.36 & 0.370 & 0.03 && 11 & 0.36 & 0.32 & 0.36 & 0.347 & 0.04 \
  14. 2 & 0.33 & 0.35 & 0.30 & 0.327 & 0.05 && 12 & 0.38 & 0.47 & 0.35 & 0.400 & 0.12 \
  15. 3 & 0.51 & 0.41 & 0.42 & 0.447 & 0.10 && 13 & 0.29 & 0.45 & 0.39 & 0.377 & 0.16 \
  16. 4 & 0.42 & 0.37 & 0.34 & 0.377 & 0.08 && 14 & 0.44 & 0.38 & 0.43 & 0.417 & 0.06 \
  17. 5 & 0.39 & 0.38 & 0.38 & 0.383 & 0.01 && 15 & 0.38 & 0.37 & 0.37 & 0.373 & 0.01 \
  18. 6 & 0.33 & 0.41 & 0.45 & 0.397 & 0.12 && 16 & 0.31 & 0.43 & 0.38 & 0.373 & 0.12 \
  19. 7 & 0.43 & 0.39 & 0.41 & 0.410 & 0.04 && 17 & 0.39 & 0.49 & 0.35 & 0.410 & 0.14 \
  20. 8 & 0.41 & 0.32 & 0.32 & 0.350 & 0.09 && 18 & 0.43 & 0.36 & 0.38 & 0.390 & 0.07 \
  21. 9 & 0.37 & 0.42 & 0.36 & 0.383 & 0.06 && 19 & 0.40 & 0.45 & 0.32 & 0.390 & 0.13 \
  22. 10 & 0.26 & 0.42 & 0.32 & 0.333 & 0.16 && 20 & 0.40 & 0.40 & 0.32 & 0.373 & 0.08 \
  23. midrule
  24. multicolumn{13}{r}{%
  25. $mean{mean x} approx 0.3813$
  26. qquad
  27. $mean R = 0.0835$
  28. } \
  29. bottomrule
  30. end{tabular}
  31. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement